Skip to content

Commit

Permalink
Adjust @since comment on _reportTruncatedUTF8InString()
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Oct 14, 2024
1 parent d79aae8 commit 9a5a265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3850,7 +3850,7 @@ protected void _reportIncompleteBinaryRead(int expLen, int actLen) throws IOExce
expLen, actLen), _currToken);
}

// @since 2.13
// @since 2.19
private String _reportTruncatedUTF8InString(int strLenBytes, int truncatedCharOffset,
int firstUTFByteValue, int bytesExpected)
throws IOException
Expand Down

0 comments on commit 9a5a265

Please sign in to comment.