Skip to content

Commit ed72da2

Browse files
committed
Remove extra semicolon.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1510660 13f79535-47bb-0310-9956-ffa450edef68
1 parent b042bd8 commit ed72da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/CSVRecordTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
public class CSVRecordTest {
3131

32-
private enum EnumFixture { UNKNOWN_COLUMN };
32+
private enum EnumFixture { UNKNOWN_COLUMN }
3333

3434
private String[] values;
3535
private CSVRecord record, recordWithHeader;

0 commit comments

Comments
 (0)