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 { ...@@ -32,9 +32,7 @@ public class SLUBValidateDTD {
//reportDetail("align entitity resolver"); //reportDetail("align entitity resolver");
dbValidate.setEntityResolver(validationCatalogResolver); dbValidate.setEntityResolver(validationCatalogResolver);
dbValidate.setErrorHandler(slubXmlErrorHandler); dbValidate.setErrorHandler(slubXmlErrorHandler);
//reportDetail("reparse using own catalog"); //reportDetail("reparse using own catalog");
try { try {
dbValidate.parse(new File(filePath)); dbValidate.parse(new File(filePath));
//} catch (SAXException e) { //} catch (SAXException e) {
...@@ -42,7 +40,5 @@ public class SLUBValidateDTD { ...@@ -42,7 +40,5 @@ public class SLUBValidateDTD {
System.out.println("ERROR: " + e.getMessage()); System.out.println("ERROR: " + e.getMessage());
} }
return slubXmlErrorHandler.is_Valid(); 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