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:
Gary D. Gregory 2014-10-29 12:59:31 +00:00
parent 4ff00a0139
commit 04d59790be
1 changed files with 3 additions and 2 deletions

View File

@ -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