Skip to content

Commit ef8a489

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398748 13f79535-47bb-0310-9956-ffa450edef68
1 parent 42757c2 commit ef8a489

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
@@ -32,7 +32,7 @@
3232
*/
3333
final class CSVLexer extends Lexer {
3434

35-
/** ctor needs to be public so can be called dynamically by PerformanceTest class */
35+
/** INTERNAL API. ctor needs to be public so can be called dynamically by PerformanceTest class */
3636
public CSVLexer(final CSVFormat format, final ExtendedBufferedReader in) {
3737
super(format, in);
3838
}

0 commit comments

Comments
 (0)