Skip to content

Commit 82b67b5

Browse files
committed
Fix javadoc
1 parent 4b1e449 commit 82b67b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,7 @@ public ValidationResult walk(ExecutionContext executionContext, JsonNode node, b
10211021
/**
10221022
* Walk the JSON node.
10231023
*
1024+
* @param <T> the result type
10241025
* @param executionContext the execution context
10251026
* @param node the input
10261027
* @param outputFormat the output format
@@ -1053,6 +1054,7 @@ public ValidationResult walk(ExecutionContext executionContext, JsonNode node, b
10531054
/**
10541055
* Walk the JSON node.
10551056
*
1057+
* @param <T> the result type
10561058
* @param executionContext the execution context
10571059
* @param node the input
10581060
* @param outputFormat the output format
@@ -1099,6 +1101,7 @@ public ValidationResult walk(ExecutionContext executionContext, String input, In
10991101
/**
11001102
* Walk the input.
11011103
*
1104+
* @param <T> the result type
11021105
* @param executionContext the execution context
11031106
* @param input the input
11041107
* @param inputFormat the input format
@@ -1132,6 +1135,7 @@ public ValidationResult walk(ExecutionContext executionContext, String input, In
11321135
/**
11331136
* Walk the input.
11341137
*
1138+
* @param <T> the result type
11351139
* @param executionContext the execution context
11361140
* @param input the input
11371141
* @param inputFormat the input format
@@ -1160,6 +1164,7 @@ public ValidationResult walk(JsonNode node, boolean validate) {
11601164
/**
11611165
* Walk the JSON node.
11621166
*
1167+
* @param <T> the result type
11631168
* @param node the input
11641169
* @param validate true to validate the input against the schema
11651170
* @param outputFormat the output format

0 commit comments

Comments
 (0)