Skip to content

Commit 01aa633

Browse files
committed
fix a java doc issue
1 parent 4ed192a commit 01aa633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ public static boolean isNumeric(String str) {
156156
* status of typeLoose flag.
157157
* @param node the JsonNode to check
158158
* @param isTypeLoose The flag to show whether typeLoose is enabled
159+
* @return boolean to indicate if it is a number
159160
*/
160161
public static boolean isNumber(JsonNode node, boolean isTypeLoose) {
161162
if (node.isNumber()) {

0 commit comments

Comments
 (0)