Skip to content

Commit

Permalink
MET-6010: Slight change in wording of XML/XSLT error during dereferen…
Browse files Browse the repository at this point in the history
…cing.
  • Loading branch information
jochen-vermeulen committed Aug 8, 2024
1 parent b5c7b9c commit 59547e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private static void setDereferenceStatusInReport(String resourceId, HashSet<Repo
private static String getResultStatusMessage(DereferenceResultStatus resultStatus) {
return switch (resultStatus) {
case ENTITY_FOUND_XML_XSLT_ERROR -> "Entity was found, applying the XSLT results in an XML error"
.concat("either because the entity is malformed or the XSLT is malformed).");
.concat(" either because the entity is malformed or the XSLT is malformed.");
case ENTITY_FOUND_XML_XSLT_PRODUCE_NO_CONTEXTUAL_CLASS ->
"Entity was found, but the XSLT mapping did not produce a contextual class.";
case INVALID_URL -> "A URL to be dereferenced is invalid.";
Expand Down

0 comments on commit 59547e5

Please sign in to comment.