Skip to content

Commit 5605ef2

Browse files
committed
Checkstyle: Line has trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635141 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1238915 commit 5605ef2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/csv/Lexer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import java.io.IOException;
3535

3636
/**
37-
* Lexical analyzer.
37+
* Lexical analyzer.
3838
*
3939
* @version $Id$
4040
*/
@@ -74,7 +74,7 @@ final class Lexer implements Closeable {
7474
* <p>
7575
* A token corresponds to a term, a record change or an end-of-file indicator.
7676
* </p>
77-
*
77+
*
7878
* @param token
7979
* an existing Token object to reuse. The caller is responsible to initialize the Token.
8080
* @return the next token found

0 commit comments

Comments
 (0)