Skip to content

Commit 4426ec8

Browse files
committed
Remove useless return.
1 parent 4dc996e commit 4426ec8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/test/java/org/apache/commons/csv/issues/JiraCsv213Test.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ private void createEndChannel(final File csvFile) {
5555
// System.out.println(parser.getRecordNumber());
5656
// get only first record we don't need other's
5757
parser.iterator().next(); // this fails
58-
59-
return;
6058
}
6159
} catch (final IOException e) {
6260
throw new IllegalStateException("Error while adding end channel to CSV", e);

0 commit comments

Comments
 (0)