Skip to content

Commit f1294a7

Browse files
authored
Fix copy pasta
1 parent a192e18 commit f1294a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ public Builder setHeaderComments(final Object... headerComments) {
579579
* </p>
580580
* <pre>
581581
* builder.setCommentMarker('#')
582-
* .setHeaderComments("Generated by Apache Commons CSV", Instant.ofEpochMilli(0));
582+
* .setHeaderComments("Generated by Apache Commons CSV", Instant.ofEpochMilli(0).toString());
583583
* </pre>
584584
* <p>
585585
* writes:

0 commit comments

Comments
 (0)