Skip to content

Commit 3c93e45

Browse files
committed
update the comments only
1 parent 8107dfe commit 3c93e45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/networknt/schema/CollectorContext.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public Set<String> copyEvaluatedProperties() {
7272

7373
/**
7474
* Replaces the properties that have been evaluated.
75+
* @param paths the set of evaluated properties (may be null)
7576
*/
7677
public void replaceEvaluatedProperties(Collection<String> paths) {
7778
this.evaluatedProperties.clear();

0 commit comments

Comments
 (0)