File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -307,9 +307,10 @@ 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 Constants#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
311+ * invalid.
311312 * @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+ * the escape character is not allowed at end of strem
313314 */
314315 int readEscape () throws IOException {
315316 // the escape char has just been read (normally a backslash)
You can’t perform that action at this time.
0 commit comments