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:
Gary D. Gregory 2014-10-29 14:17:34 +00:00
parent 12389155b3
commit 5605ef2545
1 changed files with 2 additions and 2 deletions

View File

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