Skip to content

Commit 7991da9

Browse files
committed
Fix #2450 (javadoc)
1 parent 1886fe7 commit 7991da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/JsonNode.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public final boolean isNumber() {
311311
* Note, however, that even if this method returns false, it
312312
* is possible that conversion would be possible from other numeric
313313
* types -- to check if this is possible, use
314-
* {@link #canConvertToInt()} instead.
314+
* {@link #canConvertToLong()} instead.
315315
*
316316
* @return True if the value contained by this node is stored as Java <code>long</code>
317317
*/

0 commit comments

Comments
 (0)