Javadoc 8 fix.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635121 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ff00a0139
commit
04d59790be
|
@ -71,9 +71,10 @@ final class Lexer implements Closeable {
|
|||
|
||||
/**
|
||||
* Returns the next token.
|
||||
* <p/>
|
||||
* <p>
|
||||
* A token corresponds to a term, a record change or an end-of-file indicator.
|
||||
*
|
||||
* </p>
|
||||
*
|
||||
* @param token
|
||||
* an existing Token object to reuse. The caller is responsible to initialize the Token.
|
||||
* @return the next token found
|
||||
|
|
Loading…
Reference in New Issue