Skip to content

Commit dbc418b

Browse files
authored
Update CSVParser.java
1 parent eaba341 commit dbc418b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private CSVRecord getNextRecord() {
147147
try {
148148
return CSVParser.this.nextRecord();
149149
} catch (final IOException e) {
150-
throw new UncheckedIOException("Error in reading next record: " + e.toString(), e);
150+
throw new UncheckedIOException("Exception reading next record: " + e.toString(), e);
151151
}
152152
}
153153

0 commit comments

Comments
 (0)