Remove useless return.
This commit is contained in:
parent
4dc996e315
commit
4426ec81a5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue