We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18fafb5 + 031fbe1 commit 80eda49Copy full SHA for 80eda49
src/main/java/com/fasterxml/jackson/core/JsonParser.java
@@ -2106,7 +2106,7 @@ public byte[] getBinaryValue() throws IOException {
2106
}
2107
2108
/**
2109
- * Method that can be used as an alternative to {@link #getBigIntegerValue()},
+ * Method that can be used as an alternative to {@link #getBinaryValue()},
2110
* especially when value can be large. The main difference (beyond method
2111
* of returning content using {@link OutputStream} instead of as byte array)
2112
* is that content will NOT remain accessible after method returns: any content
0 commit comments