We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc996e commit 4426ec8Copy full SHA for 4426ec8
1 file changed
src/test/java/org/apache/commons/csv/issues/JiraCsv213Test.java
@@ -55,8 +55,6 @@ private void createEndChannel(final File csvFile) {
55
// System.out.println(parser.getRecordNumber());
56
// get only first record we don't need other's
57
parser.iterator().next(); // this fails
58
-
59
- return;
60
}
61
} catch (final IOException e) {
62
throw new IllegalStateException("Error while adding end channel to CSV", e);
0 commit comments