Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenJAN committed Dec 13, 2024
1 parent b8bb15b commit 6600eb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ final class ExtendedBufferedReader extends UnsynchronizedBufferedReader {
* and byte tracking option. Initializes an encoder if byte tracking is enabled
* and a character set is provided.
*
* @param reader the reader to wrap. Must not be {@code null}.
* @param reader the reader supports a look-ahead option.
* @param charset the character set for encoding, or {@code null} if not applicable.
* @param enableByteTracking {@code true} to enable byte tracking; {@code false} to disable it.
*/
Expand Down

0 comments on commit 6600eb6

Please sign in to comment.