git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398748 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-16 11:50:29 +00:00
parent 42757c2376
commit ef8a489172
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import java.io.IOException;
*/
final class CSVLexer extends Lexer {
/** ctor needs to be public so can be called dynamically by PerformanceTest class */
/** INTERNAL API. ctor needs to be public so can be called dynamically by PerformanceTest class */
public CSVLexer(final CSVFormat format, final ExtendedBufferedReader in) {
super(format, in);
}