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 23ccf44 commit 1212fbeCopy full SHA for 1212fbe
core/src/main/java/org/everit/json/schema/ObjectSchema.java
@@ -201,10 +201,6 @@ public ObjectSchema(final Builder builder) {
201
this.patternProperties = Collections.unmodifiableMap(builder.patternProperties);
202
}
203
204
- private void failure(final String exceptionMessage, final Object... params) {
205
- throw new ValidationException(String.format(exceptionMessage, params));
206
- }
207
-
208
private Stream<String> getAdditionalProperties(final JSONObject subject) {
209
String[] names = JSONObject.getNames(subject);
210
if (names == null) {
0 commit comments