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 @@ -522,6 +522,7 @@ public Builder setHeader(final String... header) {
522522
523523 /**
524524 * 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.
525+ *
525526 * <p>
526527 * Use {@link Builder#setCommentMarker(char)} or {@link Builder#setCommentMarker(Character)} to set the comment marker to be used with each comment.
527528 * </p>
@@ -542,6 +543,7 @@ public Builder setHeader(final String... header) {
542543 * # Generated by Apache Commons CSV.
543544 * # 2023-08-25T11:37:51.148073200Z
544545 * </pre>
546+ *
545547 * @param headerComments the headerComments which will be printed by the Printer before the actual CSV data.
546548 * @return This instance.
547549 */
@@ -552,6 +554,7 @@ public Builder setHeaderComments(final Object... headerComments) {
552554
553555 /**
554556 * 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.
557+ *
555558 * <p>
556559 * Use {@link Builder#setCommentMarker(char)} or {@link Builder#setCommentMarker(Character)} to set the comment marker to be used with each comment.
557560 * </p>
@@ -572,6 +575,7 @@ public Builder setHeaderComments(final Object... headerComments) {
572575 * # Generated by Apache Commons CSV.
573576 * # 2023-08-25T11:37:51.148073200Z
574577 * </pre>
578+ *
575579 * @param headerComments the headerComments which will be printed by the Printer before the actual CSV data.
576580 * @return This instance.
577581 */
You can’t perform that action at this time.
0 commit comments