Skip to content

Commit 79d2c0c

Browse files
committed
fixing typo in NotSchema exception message
1 parent 01af197 commit 79d2c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/everit/json/schema/NotSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void validate(final Object subject) {
5959
} catch (ValidationException e) {
6060
return;
6161
}
62-
throw new ValidationException(this, "subject must not be valid agains schema " + mustNotMatch,
62+
throw new ValidationException(this, "subject must not be valid against schema " + mustNotMatch,
6363
"not");
6464
}
6565

0 commit comments

Comments
 (0)