Skip to content

Commit b927099

Browse files
committed
Fix Javadoc warning
1 parent 8a8c913 commit b927099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public int read(final char[] buf, final int offset, final int length) throws IOE
183183
* Increments {@link #eolCounter} and updates {@link #position}.
184184
* </p>
185185
* <p>
186-
* Sets {@link #lastChar} to {@link Constants#EOF} at EOF, otherwise the last EOL character.
186+
* Sets {@link #lastChar} to {@code Constants.EOF} at EOF, otherwise the last EOL character.
187187
* </p>
188188
*
189189
* @return the line that was read, or null if reached EOF.

0 commit comments

Comments
 (0)