Update CSVParser.java
This commit is contained in:
parent
eaba341535
commit
dbc418b9e7
|
@ -147,7 +147,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
|
|||
try {
|
||||
return CSVParser.this.nextRecord();
|
||||
} catch (final IOException e) {
|
||||
throw new UncheckedIOException("Error in reading next record: " + e.toString(), e);
|
||||
throw new UncheckedIOException("Exception reading next record: " + e.toString(), e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue