Skip to content

Commit 7b47b98

Browse files
committed
adding removed empty lines as originnaly present
1 parent 9fd815e commit 7b47b98

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)