Remove useless return.

This commit is contained in:
Gary Gregory 2020-11-21 12:21:02 -05:00
parent 4dc996e315
commit 4426ec81a5
1 changed files with 0 additions and 2 deletions

View File

@ -55,8 +55,6 @@ public class JiraCsv213Test {
// System.out.println(parser.getRecordNumber());
// get only first record we don't need other's
parser.iterator().next(); // this fails
return;
}
} catch (final IOException e) {
throw new IllegalStateException("Error while adding end channel to CSV", e);