Skip to content

Commit 05ecd91

Browse files
committed
Make internal API package private.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1461237 13f79535-47bb-0310-9956-ffa450edef68
1 parent 193dfd7 commit 05ecd91

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
@@ -33,7 +33,7 @@
3333
final class CSVLexer extends Lexer {
3434

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

0 commit comments

Comments
 (0)