adding java doc optimization for method setHeaderComments()
This commit is contained in:
parent
9668d4628e
commit
7f277bc5f2
|
@ -521,7 +521,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.
|
||||
* Sets the header comments set to the given values. The comments will be printed first with the provided comment marker set by {@link Builder#setCommentMarker(char)}, before the headers. This setting is ignored by the parser.
|
||||
*
|
||||
* <pre>
|
||||
* builder.setHeaderComments("Generated by Apache Commons CSV.", Instant.now());
|
||||
|
@ -536,7 +536,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.
|
||||
* Sets the header comments set to the given values. The comments will be printed first with the provided comment marker set by {@link Builder#setCommentMarker(char)}, before the headers. This setting is ignored by the parser.
|
||||
*
|
||||
* <pre>
|
||||
* Builder.setHeaderComments("Generated by Apache Commons CSV.", Instant.now());
|
||||
|
|
Loading…
Reference in New Issue