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 8107dfe commit 3c93e45Copy full SHA for 3c93e45
src/main/java/com/networknt/schema/CollectorContext.java
@@ -72,6 +72,7 @@ public Set<String> copyEvaluatedProperties() {
72
73
/**
74
* Replaces the properties that have been evaluated.
75
+ * @param paths the set of evaluated properties (may be null)
76
*/
77
public void replaceEvaluatedProperties(Collection<String> paths) {
78
this.evaluatedProperties.clear();
0 commit comments