Skip to content

Commit 483ba85

Browse files
author
Gary Gregory
committed
Unnecessary semicolon.
1 parent bf2c2f7 commit 483ba85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ public CSVRecord next() {
572572
public void remove() {
573573
throw new UnsupportedOperationException();
574574
}
575-
};
575+
}
576576

577577
/**
578578
* Parses the next record from the current point in the stream.

0 commit comments

Comments
 (0)