Skip to content

Commit 9705580

Browse files
authored
Merge pull request #219 from zhangzheflying/master
Modified annotation.
2 parents e83dfb6 + b25b083 commit 9705580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/fge/jsonschema/main/JsonSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ProcessingReport validate(JsonNode instance, boolean deepCheck)
5555
* Validate an instance and return a processing report
5656
*
5757
* <p>This calls {@link #validate(JsonNode, boolean)} with {@code false} as
58-
* a third argument.</p>
58+
* a second argument.</p>
5959
*
6060
* @param instance the instance to validate
6161
* @return a processing report

0 commit comments

Comments
 (0)