Checkstyle: Line has trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635141 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
12389155b3
commit
5605ef2545
|
@ -34,7 +34,7 @@ import java.io.Closeable;
|
|||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* Lexical analyzer.
|
||||
* Lexical analyzer.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
|
@ -74,7 +74,7 @@ final class Lexer implements Closeable {
|
|||
* <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