Skip to content

Commit 52a4cd4

Browse files
committed
Merge branch '2.20' into 2.x
2 parents 255a826 + 4b145a6 commit 52a4cd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,9 @@ public boolean canConvertToExactIntegral() {
539539
* Does <b>NOT</b> do any conversions for non-String value nodes;
540540
* for non-String values (ones for which {@link #isTextual} returns
541541
* false) null will be returned.
542-
* For String values, null is never returned (but empty Strings may be)
542+
* For String values, null is never returned (but empty Strings may be).
543+
*
544+
* IMPORTANT : Starting Jackson 3.0, this method will be named as {@code stringValue()}.
543545
*
544546
* @return Textual value this node contains, iff it is a textual
545547
* JSON node (comes from JSON String value entry)

0 commit comments

Comments
 (0)