Author: ggregory
Date: Wed Oct 29 14:17:34 2014
New Revision: 1635141
URL: http://svn.apache.org/r1635141
Log:
Checkstyle: Line has trailing spaces.
Modified:
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java
Modified:
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java?rev=1635141&r1=1635140&r2=1635141&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java
(original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java
Wed Oct 29 14:17:34 2014
@@ -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