Skip to content

Commit 9a5a265

Browse files
committed
Adjust @since comment on _reportTruncatedUTF8InString()
1 parent d79aae8 commit 9a5a265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbor/src/main/java/com/fasterxml/jackson/dataformat/cbor/CBORParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3850,7 +3850,7 @@ protected void _reportIncompleteBinaryRead(int expLen, int actLen) throws IOExce
38503850
expLen, actLen), _currToken);
38513851
}
38523852

3853-
// @since 2.13
3853+
// @since 2.19
38543854
private String _reportTruncatedUTF8InString(int strLenBytes, int truncatedCharOffset,
38553855
int firstUTFByteValue, int bytesExpected)
38563856
throws IOException

0 commit comments

Comments
 (0)