mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-07 18:49:24 +00:00
adding removed empty lines as originnaly present
This commit is contained in:
parent
9fd815e442
commit
7b47b987e2
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user