Update XMLValidator.java

Fix typo
This commit is contained in:
Adrian-Devries
2025-01-06 11:35:59 +01:00
committed by GitHub
parent dd06c3eb5a
commit 9baba41d3c

View File

@@ -523,7 +523,7 @@ public class XMLValidator extends Validator {
if (firedRules == 0) { if (firedRules == 0) {
context.addResultItem(new ValidationResultItem(ESeverity.error, "No rules matched, XML to minimal?").setSection(26) context.addResultItem(new ValidationResultItem(ESeverity.error, "No rules matched, XML too minimal?").setSection(26)
.setPart(EPart.fx)); .setPart(EPart.fx));
} }