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:
parent
6b27379c40
commit
c75345870e
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue