adding removed empty lines as originnaly present

This commit is contained in:
gbidsilva 2023-08-25 17:32:11 +05:30
parent 9fd815e442
commit 7b47b987e2
1 changed files with 4 additions and 0 deletions

View File

@ -522,6 +522,7 @@ public final class CSVFormat implements Serializable {
/**
* 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.
*
* <p>
* Use {@link Builder#setCommentMarker(char)} or {@link Builder#setCommentMarker(Character)} to set the comment marker to be used with each comment.
* </p>
@ -542,6 +543,7 @@ public final class CSVFormat implements Serializable {
* # Generated by Apache Commons CSV.
* # 2023-08-25T11:37:51.148073200Z
* </pre>
*
* @param headerComments the headerComments which will be printed by the Printer before the actual CSV data.
* @return This instance.
*/
@ -552,6 +554,7 @@ public final class CSVFormat implements Serializable {
/**
* 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.
*
* <p>
* Use {@link Builder#setCommentMarker(char)} or {@link Builder#setCommentMarker(Character)} to set the comment marker to be used with each comment.
* </p>
@ -572,6 +575,7 @@ public final class CSVFormat implements Serializable {
* # Generated by Apache Commons CSV.
* # 2023-08-25T11:37:51.148073200Z
* </pre>
*
* @param headerComments the headerComments which will be printed by the Printer before the actual CSV data.
* @return This instance.
*/