Remove trailing whitespace
This commit is contained in:
parent
a8500ed54d
commit
a192e18471
|
@ -553,6 +553,7 @@ public final class CSVFormat implements Serializable {
|
|||
* @param headerComments the headerComments which will be printed by the Printer before the CSV data.
|
||||
* @return This instance.
|
||||
*/
|
||||
|
||||
public Builder setHeaderComments(final Object... headerComments) {
|
||||
this.headerComments = CSVFormat.clone(toStringArray(headerComments));
|
||||
return this;
|
||||
|
@ -578,7 +579,7 @@ public final class CSVFormat implements Serializable {
|
|||
* </p>
|
||||
* <pre>
|
||||
* builder.setCommentMarker('#')
|
||||
* .setHeaderComments("Generated by Apache Commons CSV", Instant.ofEpochMilli(0).toString());
|
||||
* .setHeaderComments("Generated by Apache Commons CSV", Instant.ofEpochMilli(0));
|
||||
* </pre>
|
||||
* <p>
|
||||
* writes:
|
||||
|
|
Loading…
Reference in New Issue