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 6bd858a + 80eda49 commit 1e4991cCopy full SHA for 1e4991c
src/main/java/com/fasterxml/jackson/core/JsonParser.java
@@ -2112,7 +2112,7 @@ public byte[] getBinaryValue() throws IOException {
2112
}
2113
2114
/**
2115
- * Method that can be used as an alternative to {@link #getBigIntegerValue()},
+ * Method that can be used as an alternative to {@link #getBinaryValue()},
2116
* especially when value can be large. The main difference (beyond method
2117
* of returning content using {@link OutputStream} instead of as byte array)
2118
* is that content will NOT remain accessible after method returns: any content
0 commit comments