We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b27379 commit c753458Copy full SHA for c753458
1 file changed
src/main/java/org/apache/commons/csv/Lexer.java
@@ -307,7 +307,7 @@ long getCurrentLineNumber() {
307
* On return, the next character is available by calling {@link ExtendedBufferedReader#getLastChar()}
308
* on the input stream.
309
*
310
- * @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.
311
* @throws IOException if there is a problem reading the stream or the end of stream is detected:
312
* the escape character is not allowed at end of strem
313
*/
0 commit comments