Skip to content

Commit 933cf2d

Browse files
committed
Add // TODO comment.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398749 13f79535-47bb-0310-9956-ffa450edef68
1 parent ef8a489 commit 933cf2d

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
@@ -264,7 +264,7 @@ private CSVRecord getNextRecord() {
264264
try {
265265
return nextRecord();
266266
} catch (final IOException e) {
267-
// This is not great, throw an ISE instead?
267+
// TODO: This is not great, throw an ISE instead?
268268
throw new RuntimeException(e);
269269
}
270270
}

0 commit comments

Comments
 (0)