Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398748 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42757c2376
commit
ef8a489172
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue