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.
1 parent 4342af2 commit 031fbe1Copy full SHA for 031fbe1
src/main/java/com/fasterxml/jackson/core/JsonParser.java
@@ -2100,7 +2100,7 @@ public byte[] getBinaryValue() throws IOException {
2100
}
2101
2102
/**
2103
- * Method that can be used as an alternative to {@link #getBigIntegerValue()},
+ * Method that can be used as an alternative to {@link #getBinaryValue()},
2104
* especially when value can be large. The main difference (beyond method
2105
* of returning content using {@link OutputStream} instead of as byte array)
2106
* is that content will NOT remain accessible after method returns: any content
0 commit comments