mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-06 01:59:07 +00:00
Remove extra semicolon.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1510660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b042bd8522
commit
ed72da2552
@ -29,7 +29,7 @@ import org.junit.Test;
|
|||||||
|
|
||||||
public class CSVRecordTest {
|
public class CSVRecordTest {
|
||||||
|
|
||||||
private enum EnumFixture { UNKNOWN_COLUMN };
|
private enum EnumFixture { UNKNOWN_COLUMN }
|
||||||
|
|
||||||
private String[] values;
|
private String[] values;
|
||||||
private CSVRecord record, recordWithHeader;
|
private CSVRecord record, recordWithHeader;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user