Skip to content

Commit 6306dd7

Browse files
committed
In-line comment.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397903 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9542a39 commit 6306dd7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ private CSVRecord getNextRecord() {
264264
try {
265265
return nextRecord();
266266
} catch (final IOException e) {
267+
// This is not great, throw an ISE instead?
267268
throw new RuntimeException(e);
268269
}
269270
}

0 commit comments

Comments
 (0)