File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ public Builder setHeader(final String... header) {
521521 }
522522
523523 /**
524- * Sets the header comments set to the given values. The comments will be printed first, before the headers. This setting is ignored by the parser.
524+ * Sets the header comments to the given values. The comments will be printed first, before the headers. This setting is ignored by the parser.
525525 *
526526 * <p>
527527 * Use {@link Builder#setCommentMarker(char)} or {@link Builder#setCommentMarker(Character)} to set the comment marker to be used with each comment.
@@ -553,7 +553,7 @@ public Builder setHeaderComments(final Object... headerComments) {
553553 }
554554
555555 /**
556- * Sets the header comments set to the given values. The comments will be printed first, before the headers. This setting is ignored by the parser.
556+ * Sets the header comments to the given values. The comments will be printed first, before the headers. This setting is ignored by the parser.
557557 *
558558 * <p>
559559 * Use {@link Builder#setCommentMarker(char)} or {@link Builder#setCommentMarker(Character)} to set the comment marker to be used with each comment.
You can’t perform that action at this time.
0 commit comments