Fix JavaDoc references

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1512620 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-08-10 10:52:09 +00:00
parent 6b27379c40
commit c75345870e
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/