removed eclipse translation markers

This commit is contained in:
jstaerk
2021-01-26 15:30:11 +01:00
parent 3ab5d752c8
commit 4933a69369
5 changed files with 29 additions and 27 deletions

View File

@@ -39,7 +39,7 @@ public class SchematronPipeline {
try {
return factory.newTemplates(new StreamSource(cl.getResourceAsStream(transName)));
} catch (TransformerConfigurationException excep) {
throw new IllegalStateException("Policy Schematron transformer XSL " + transName + " not found.", excep); //$NON-NLS-2$
throw new IllegalStateException("Policy Schematron transformer XSL " + transName + " not found.", excep);
}
}