Skip to content

Commit ef202e7

Browse files
committed
Add output of header record skipping to toString implementation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522880 13f79535-47bb-0310-9956-ffa450edef68
1 parent 65ce9e9 commit ef202e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@ public String toString() {
595595
if (getIgnoreSurroundingSpaces()) {
596596
sb.append(" SurroundingSpaces:ignored");
597597
}
598+
sb.append(" SkipHeaderRecord:").append(skipHeaderRecord);
598599
return sb.toString();
599600
}
600601

0 commit comments

Comments
 (0)