Skip to content

Commit a8073ab

Browse files
committed
removing mismatch() event from ValidationListener since it is currently not supported
1 parent d4d699e commit a8073ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/main/java/org/everit/json/schema/event/ValidationListener.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ public interface ValidationListener {
88
ValidationListener NOOP = new ValidationListener() {
99
};
1010

11-
default void mismatch(MismatchEvent event) {
12-
}
13-
1411
default void combinedSchemaMatch(CombinedSchemaMatchEvent event) {
1512
}
1613

0 commit comments

Comments
 (0)