Skip to content

Commit aa4d069

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397904 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6306dd7 commit aa4d069

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
@@ -27,7 +27,7 @@
2727

2828
class CSVLexer extends Lexer {
2929

30-
// ctor needs to be public so can be called dynamically by PerformanceTest class
30+
/** ctor needs to be public so can be called dynamically by PerformanceTest class */
3131
public CSVLexer(final CSVFormat format, final ExtendedBufferedReader in) {
3232
super(format, in);
3333
}

0 commit comments

Comments
 (0)