Skip to content

Commit 9de125e

Browse files
committed
Javadoc: Close HTML tags.
1 parent c6c7676 commit 9de125e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,11 @@ public int read(final char[] buf, final int offset, final int length) throws IOE
186186
* Calls {@link BufferedReader#readLine()} which drops the line terminator(s). This method should only be called
187187
* when processing a comment, otherwise information can be lost.
188188
* <p>
189-
* Increments {@link #eolCounter}
189+
* Increments {@link #eolCounter}.
190+
* </p>
190191
* <p>
191-
* Sets {@link #lastChar} to {@link Constants#END_OF_STREAM} at EOF, otherwise to LF
192+
* Sets {@link #lastChar} to {@link Constants#END_OF_STREAM} at EOF, otherwise to LF.
193+
* </p>
192194
*
193195
* @return the line that was read, or null if reached EOF.
194196
*/

0 commit comments

Comments
 (0)