Skip to content
Snippets Groups Projects
Commit 6caef686 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- refactor: redundant code

parent 2e7d4ce8
No related branches found
No related tags found
No related merge requests found
...@@ -141,8 +141,7 @@ public class XmlFormatValidationPlugin implements FormatValidationPlugin { ...@@ -141,8 +141,7 @@ public class XmlFormatValidationPlugin implements FormatValidationPlugin {
uri = remapUri(namespaceSchemaMapFile, sUri); uri = remapUri(namespaceSchemaMapFile, sUri);
resultHandle.debug("SCHEMACATALOG, remap " + sUri + " to URI: " + uri); resultHandle.debug("SCHEMACATALOG, remap " + sUri + " to URI: " + uri);
} }
ValidationSchema v = new ValidationSchema(namespace, schematype, uri); return new ValidationSchema(namespace, schematype, uri);
return v;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment