Skip to content

Commit b25b083

Browse files
Modified annotation.
1 parent 5aa7c81 commit b25b083

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
@@ -113,7 +113,7 @@ public ProcessingReport validate(final JsonNode instance,
113113
* Validate an instance and return a processing report
114114
*
115115
* <p>This calls {@link #validate(JsonNode, boolean)} with {@code false} as
116-
* a third argument.</p>
116+
* a second argument.</p>
117117
*
118118
* @param instance the instance to validate
119119
* @return a processing report

0 commit comments

Comments
 (0)