Skip to content

Commit ef39a01

Browse files
committed
Correct JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1630581 13f79535-47bb-0310-9956-ffa450edef68
1 parent 487c19f commit ef39a01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,8 +887,8 @@ public CSVFormat withHeader(final String... header) {
887887
* CSVFormat format = aformat.withHeaderComments("Generated by Apache Commons CSV 1.1.", new Date());
888888
* </pre>
889889
*
890-
* @param header
891-
* the header, {@code null} if disabled, empty if parsed automatically, user specified otherwise.
890+
* @param headerComments
891+
* the headerComments which will be printed by the Printer before the actual CSV data.
892892
*
893893
* @return A new CSVFormat that is equal to this but with the specified header
894894
* @see #withSkipHeaderRecord(boolean)

0 commit comments

Comments
 (0)