Oops, forgot to commit this
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1727808 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2465f5e8f6
commit
72f78cc9d9
|
@ -69,7 +69,7 @@ public class JiraCsv167Test {
|
|||
for (final CSVRecord csvRecord : parser) {
|
||||
// System.out.println(csvRecord.isComment() + "[" + csvRecord.toString() + "]");
|
||||
records++;
|
||||
if (csvRecord.isComment()) {
|
||||
if (csvRecord.hasComment()) {
|
||||
comments++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue