Skip to content

Commit 80eda49

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 18fafb5 + 031fbe1 commit 80eda49

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
@@ -2106,7 +2106,7 @@ public byte[] getBinaryValue() throws IOException {
21062106
}
21072107

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

0 commit comments

Comments
 (0)