We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a192e18 commit f1294a7Copy full SHA for f1294a7
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -579,7 +579,7 @@ public Builder setHeaderComments(final Object... headerComments) {
579
* </p>
580
* <pre>
581
* builder.setCommentMarker('#')
582
- * .setHeaderComments("Generated by Apache Commons CSV", Instant.ofEpochMilli(0));
+ * .setHeaderComments("Generated by Apache Commons CSV", Instant.ofEpochMilli(0).toString());
583
* </pre>
584
* <p>
585
* writes:
0 commit comments