Skip to content

Commit fb9a49d

Browse files
committed
FullData: fix incomplete comment... Oops...
Signed-off-by: Francis Galiegue <[email protected]>
1 parent d972889 commit fb9a49d

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/com/github/fge/jsonschema/processors/data

1 file changed

+2
-1
lines changed

src/main/java/com/github/fge/jsonschema/processors/data/FullData.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
* indicating whether validation should go as deep as posssible.</p>
3636
*
3737
* <p>If the boolean argument is false, then container children (array elements
38-
* or object members) will not be validated if the </p>
38+
* or object members) will not be validated if the container itself fails
39+
* validation.</p>
3940
*
4041
* <p>The {@link ProcessingMessage} template generated contains information
4142
* about both the schema and instance.</p>

0 commit comments

Comments
 (0)