mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Resolve "Force formatting"
This commit is contained in:
parent
bc9acc3a0a
commit
69d6e55f14
45 changed files with 535 additions and 538 deletions
|
|
@ -81,6 +81,7 @@ public class ConversionService {
|
|||
}
|
||||
|
||||
private static final int MAX_LOG_CONTENT = 50;
|
||||
|
||||
// context setup
|
||||
private JAXBContext jaxbContext;
|
||||
|
||||
|
|
@ -233,9 +234,6 @@ public class ConversionService {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public <T> T readDocument(final Source source, final Class<T> type) {
|
||||
try {
|
||||
final Unmarshaller u = getJaxbContext().createUnmarshaller();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue