Fix Javadoc warning

This commit is contained in:
Gary Gregory 2024-04-06 08:44:11 -04:00
parent 8a8c913a10
commit b927099817
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ final class ExtendedBufferedReader extends BufferedReader {
* Increments {@link #eolCounter} and updates {@link #position}.
* </p>
* <p>
* Sets {@link #lastChar} to {@link Constants#EOF} at EOF, otherwise the last EOL character.
* Sets {@link #lastChar} to {@code Constants.EOF} at EOF, otherwise the last EOL character.
* </p>
*
* @return the line that was read, or null if reached EOF.