File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
core/src/main/java/org/everit/json/schema Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,6 @@ public NotSchema(final Builder builder) {
56
56
this .mustNotMatch = requireNonNull (builder .mustNotMatch , "mustNotMatch cannot be null" );
57
57
}
58
58
59
- public Schema getMustNotMatch () {
60
- return mustNotMatch ;
61
- }
62
-
63
59
@ Override
64
60
public void validate (final Object subject ) {
65
61
try {
Original file line number Diff line number Diff line change 5
5
import org .everit .json .schema .SchemaException ;
6
6
import org .everit .json .schema .loader .internal .TypeBasedMultiplexer ;
7
7
import org .json .JSONObject ;
8
- import org .json .JSONPointer ;
9
8
10
9
import java .net .URI ;
11
10
import java .util .Map ;
@@ -25,7 +24,7 @@ class LoadingState {
25
24
26
25
URI id = null ;
27
26
28
- JSONPointer pointerToCurrentObj ;
27
+ String pointerToCurrentObj ;
29
28
30
29
final Map <String , ReferenceSchema .Builder > pointerSchemas ;
31
30
You can’t perform that action at this time.
0 commit comments