Fix Javadoc warning
This commit is contained in:
parent
8a8c913a10
commit
b927099817
|
@ -183,7 +183,7 @@ final class ExtendedBufferedReader extends BufferedReader {
|
||||||
* Increments {@link #eolCounter} and updates {@link #position}.
|
* Increments {@link #eolCounter} and updates {@link #position}.
|
||||||
* </p>
|
* </p>
|
||||||
* <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>
|
* </p>
|
||||||
*
|
*
|
||||||
* @return the line that was read, or null if reached EOF.
|
* @return the line that was read, or null if reached EOF.
|
||||||
|
|
Loading…
Reference in New Issue