Skip to content

Commit c753458

Browse files
committed
Fix JavaDoc references
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1512620 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6b27379 commit c753458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ long getCurrentLineNumber() {
307307
* On return, the next character is available by calling {@link ExtendedBufferedReader#getLastChar()}
308308
* on the input stream.
309309
*
310-
* @return the unescaped character (as an int) or {@link END_OF_STREAM} if char following the escape is invalid.
310+
* @return the unescaped character (as an int) or {@link Constants#END_OF_STREAM} if char following the escape is invalid.
311311
* @throws IOException if there is a problem reading the stream or the end of stream is detected:
312312
* the escape character is not allowed at end of strem
313313
*/

0 commit comments

Comments
 (0)