Skip to content
Snippets Groups Projects
Commit 23e7215d authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- minor, indenting

parent 469eb9e2
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,7 @@ public class SLUBValidateDTD {
//reportDetail("align entitity resolver");
dbValidate.setEntityResolver(validationCatalogResolver);
dbValidate.setErrorHandler(slubXmlErrorHandler);
//reportDetail("reparse using own catalog");
try {
dbValidate.parse(new File(filePath));
//} catch (SAXException e) {
......@@ -42,7 +40,5 @@ public class SLUBValidateDTD {
System.out.println("ERROR: " + e.getMessage());
}
return slubXmlErrorHandler.is_Valid();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment