Skip to content

Commit 04d5979

Browse files
committed
Javadoc 8 fix.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635121 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4ff00a0 commit 04d5979

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ final class Lexer implements Closeable {
7171

7272
/**
7373
* Returns the next token.
74-
* <p/>
74+
* <p>
7575
* A token corresponds to a term, a record change or an end-of-file indicator.
76-
*
76+
* </p>
77+
*
7778
* @param token
7879
* an existing Token object to reuse. The caller is responsible to initialize the Token.
7980
* @return the next token found

0 commit comments

Comments
 (0)