Skip to content

Commit 5eea915

Browse files
committed
again
1 parent 8719d76 commit 5eea915

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/networknt/schema/keyword/PropertiesValidator.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ public void validate(ExecutionContext executionContext, JsonNode node, JsonNode
6262

6363
protected void validate(ExecutionContext executionContext, JsonNode node, JsonNode rootNode,
6464
NodePath instanceLocation, boolean walk) {
65-
// boolean present = hasUnevaluatedPropertiesValidator();
66-
// boolean check = hasAdjacentKeywordInEvaluationPath(executionContext, "unevaluatedProperties");
67-
// if (present != check) {
68-
// throw new RuntimeException();
69-
// }
7065
Set<String> matchedInstancePropertyNames = null;
7166
boolean collectAnnotations = hasUnevaluatedPropertiesInEvaluationPath(executionContext) || collectAnnotations(executionContext);
7267
for (Entry<String, Schema> entry : this.schemas.entrySet()) {

0 commit comments

Comments
 (0)