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 97968b8 commit 22fee75Copy full SHA for 22fee75
core/src/main/java/org/everit/json/schema/ConditionalSchema.java
@@ -40,9 +40,9 @@ public static Builder builder() {
40
return new Builder();
41
}
42
43
- private Schema ifSchema;
44
- private Schema thenSchema;
45
- private Schema elseSchema;
+ private final Schema ifSchema;
+ private final Schema thenSchema;
+ private final Schema elseSchema;
46
47
public ConditionalSchema(Builder builder) {
48
super(builder);
0 commit comments