mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
Fix language.
This commit is contained in:
parent
5f32e1d3b7
commit
555dad2ede
6 changed files with 8 additions and 8 deletions
|
|
@ -147,7 +147,7 @@ public class ConversionService {
|
|||
}
|
||||
|
||||
/**
|
||||
* Unmarshalls a specifc xml model into a defined java object.
|
||||
* Unmarshalls a specific XML model into a defined Java object.
|
||||
*
|
||||
* @param xml the xml
|
||||
* @param type the expected type created
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ import de.kosit.validationtool.impl.xml.StrictRelativeResolvingStrategy;
|
|||
public enum ResolvingMode {
|
||||
|
||||
/**
|
||||
* Resolving using only the configured content repository. No furthing resolving allowed. This
|
||||
* Resolving using only the configured content repository.
|
||||
*/
|
||||
STRICT_RELATIVE(new StrictRelativeResolvingStrategy()) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue