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:
parent
ef8a489172
commit
933cf2d038
|
@ -264,7 +264,7 @@ public class CSVParser implements Iterable<CSVRecord> {
|
|||
try {
|
||||
return nextRecord();
|
||||
} 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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue