From c75345870e83e6e9628783ee70581ebea620867d Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Sat, 10 Aug 2013 10:52:09 +0000 Subject: [PATCH] Fix JavaDoc references git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1512620 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/csv/Lexer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/csv/Lexer.java b/src/main/java/org/apache/commons/csv/Lexer.java index 76253b50..8a2232af 100644 --- a/src/main/java/org/apache/commons/csv/Lexer.java +++ b/src/main/java/org/apache/commons/csv/Lexer.java @@ -307,7 +307,7 @@ final class Lexer { * On return, the next character is available by calling {@link ExtendedBufferedReader#getLastChar()} * on the input stream. * - * @return the unescaped character (as an int) or {@link END_OF_STREAM} if char following the escape is invalid. + * @return the unescaped character (as an int) or {@link Constants#END_OF_STREAM} if char following the escape is invalid. * @throws IOException if there is a problem reading the stream or the end of stream is detected: * the escape character is not allowed at end of strem */