Skip to content

Commit a5b76b6

Browse files
committed
Fix revision
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1306789 13f79535-47bb-0310-9956-ffa450edef68
1 parent 517bf0d commit a5b76b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/apache/commons/csv/CSVLexer130663.java renamed to src/test/java/org/apache/commons/csv/CSVLexer1306663.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121

2222
import static org.apache.commons.csv.Token.Type.*;
2323

24-
class CSVLexer130663 extends Lexer {
24+
class CSVLexer1306663 extends Lexer {
2525

2626
// ctor needs to be public so can be called dynamically by PerformanceTest class
27-
public CSVLexer130663(CSVFormat format, ExtendedBufferedReader in) {
27+
public CSVLexer1306663(CSVFormat format, ExtendedBufferedReader in) {
2828
super(format, in);
2929
}
3030

0 commit comments

Comments
 (0)