Skip to content

Commit 031fbe1

Browse files
committed
Fix #1445 (typo in Javadoc)
1 parent 4342af2 commit 031fbe1

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
@@ -2100,7 +2100,7 @@ public byte[] getBinaryValue() throws IOException {
21002100
}
21012101

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

0 commit comments

Comments
 (0)