Skip to content

Commit 72f78cc

Browse files
committed
Oops, forgot to commit this
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1727808 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2465f5e commit 72f78cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/JiraCsv167Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void parse() throws IOException {
6969
for (final CSVRecord csvRecord : parser) {
7070
// System.out.println(csvRecord.isComment() + "[" + csvRecord.toString() + "]");
7171
records++;
72-
if (csvRecord.isComment()) {
72+
if (csvRecord.hasComment()) {
7373
comments++;
7474
}
7575
}

0 commit comments

Comments
 (0)