Skip to content

Commit 01119cf

Browse files
committed
javadoc update
1 parent 0d442fd commit 01119cf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,13 @@ protected ValidationResult validateAndCollect(JsonNode jsonNode, JsonNode rootNo
264264
/************************ END OF VALIDATE METHODS **********************************/
265265

266266
/************************ START OF WALK METHODS **********************************/
267-
267+
268+
/**
269+
* Walk the JSON node
270+
* @param node JsonNode
271+
* @param shouldValidateSchema indicator on validation
272+
* @return result of ValidationResult
273+
*/
268274
public ValidationResult walk(JsonNode node, boolean shouldValidateSchema) {
269275
// Create the collector context object.
270276
CollectorContext collectorContext = new CollectorContext();

0 commit comments

Comments
 (0)