Correct JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1630581 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
487c19f04f
commit
ef39a01a22
|
@ -887,8 +887,8 @@ public final class CSVFormat implements Serializable {
|
||||||
* CSVFormat format = aformat.withHeaderComments("Generated by Apache Commons CSV 1.1.", new Date());
|
* CSVFormat format = aformat.withHeaderComments("Generated by Apache Commons CSV 1.1.", new Date());
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @param header
|
* @param headerComments
|
||||||
* the header, {@code null} if disabled, empty if parsed automatically, user specified otherwise.
|
* the headerComments which will be printed by the Printer before the actual CSV data.
|
||||||
*
|
*
|
||||||
* @return A new CSVFormat that is equal to this but with the specified header
|
* @return A new CSVFormat that is equal to this but with the specified header
|
||||||
* @see #withSkipHeaderRecord(boolean)
|
* @see #withSkipHeaderRecord(boolean)
|
||||||
|
|
Loading…
Reference in New Issue