Skip to content

Commit d37f1a6

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397913 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9f6d3f5 commit d37f1a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ boolean isWhitespace(final int c) {
111111
}
112112

113113
/**
114-
* Greedy - accepts \n, \r and \r\n This checker consumes silently the second control-character...
114+
* Greedily accepts \n, \r and \r\n This checker consumes silently the second control-character...
115115
*
116116
* @return true if the given character is a line-terminator
117117
*/

0 commit comments

Comments
 (0)