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

- fixed info output

parent f62dc41e
No related branches found
No related tags found
No related merge requests found
Pipeline #4404 failed
...@@ -141,7 +141,7 @@ public class ValidationResourceResolver implements LSResourceResolver { ...@@ -141,7 +141,7 @@ public class ValidationResourceResolver implements LSResourceResolver {
*/ */
File combinedSchemaFile = new File( combinedSchemaStr ); File combinedSchemaFile = new File( combinedSchemaStr );
if (combinedSchemaFile.isFile()) { if (combinedSchemaFile.isFile()) {
resultHandle.info("RESOURCE_RESOLVER: ignoring catalog, using a combined mapping to " + schemaURI + " !"); resultHandle.info("RESOURCE_RESOLVER: ignoring catalog, using a combined mapping to "+ combinedSchemaStr + " instead of " + schemaURI + "!");
schemaURI = combinedSchema.toUri(); schemaURI = combinedSchema.toUri();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment