We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01af197 commit 79d2c0cCopy full SHA for 79d2c0c
core/src/main/java/org/everit/json/schema/NotSchema.java
@@ -59,7 +59,7 @@ public void validate(final Object subject) {
59
} catch (ValidationException e) {
60
return;
61
}
62
- throw new ValidationException(this, "subject must not be valid agains schema " + mustNotMatch,
+ throw new ValidationException(this, "subject must not be valid against schema " + mustNotMatch,
63
"not");
64
65
0 commit comments