Skip to content

Commit 9107316

Browse files
committed
Javadoc: use the active voice.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1461239 13f79535-47bb-0310-9956-ffa450edef68
1 parent 05ecd91 commit 9107316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Token nextToken(final Token token) throws IOException {
128128
}
129129

130130
/**
131-
* Parsed a simple token.
131+
* Parses a simple token.
132132
* <p/>
133133
* Simple token are tokens which are not surrounded by encapsulators. A simple token might contain escaped
134134
* delimiters (as \, or \;). The token is finished when one of the following conditions become true:

0 commit comments

Comments
 (0)