Add // TODO comment.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398749 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-16 11:51:22 +00:00
parent ef8a489172
commit 933cf2d038
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ public class CSVParser implements Iterable<CSVRecord> {
try { try {
return nextRecord(); return nextRecord();
} catch (final IOException e) { } catch (final IOException e) {
// This is not great, throw an ISE instead? // TODO: This is not great, throw an ISE instead?
throw new RuntimeException(e); throw new RuntimeException(e);
} }
} }