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 {
|
||||
|
||||
private enum EnumFixture { UNKNOWN_COLUMN };
|
||||
private enum EnumFixture { UNKNOWN_COLUMN }
|
||||
|
||||
private String[] values;
|
||||
private CSVRecord record, recordWithHeader;
|
||||
|
|
Loading…
Reference in New Issue