Merge pull request #647 from Adrian-Devries/fix-small-typos
Fix small typos
This commit is contained in:
@@ -185,7 +185,7 @@ Permissive Open Source APL2, see LICENSE
|
|||||||
| 23 | Not a PDF/A-3 |
|
| 23 | Not a PDF/A-3 |
|
||||||
| 24 | Issues in CEN EN16931 Schematron Check |
|
| 24 | Issues in CEN EN16931 Schematron Check |
|
||||||
| 25 | Unsupported profile type |
|
| 25 | Unsupported profile type |
|
||||||
| 26 | No rules matched, XML to minimal? |
|
| 26 | No rules matched, XML too minimal? |
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
|||||||
@@ -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));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user