Skip to content

Commit 1e4991c

Browse files
committed
Merge branch '2.19' into 2.x
2 parents 6bd858a + 80eda49 commit 1e4991c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/core/JsonParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2112,7 +2112,7 @@ public byte[] getBinaryValue() throws IOException {
21122112
}
21132113

21142114
/**
2115-
* Method that can be used as an alternative to {@link #getBigIntegerValue()},
2115+
* Method that can be used as an alternative to {@link #getBinaryValue()},
21162116
* especially when value can be large. The main difference (beyond method
21172117
* of returning content using {@link OutputStream} instead of as byte array)
21182118
* is that content will NOT remain accessible after method returns: any content

0 commit comments

Comments
 (0)