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:
Sebastian Bazley 2016-01-31 12:59:00 +00:00
parent 2465f5e8f6
commit 72f78cc9d9
1 changed files with 1 additions and 1 deletions

View File

@ -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++;
}
}