From ef39a01a22faf8daa34f2fd0cba322c975c70559 Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Thu, 9 Oct 2014 20:05:26 +0000 Subject: [PATCH] Correct JavaDoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1630581 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/csv/CSVFormat.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java b/src/main/java/org/apache/commons/csv/CSVFormat.java index 059ebf66..a85ab3b0 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -887,8 +887,8 @@ public final class CSVFormat implements Serializable { * CSVFormat format = aformat.withHeaderComments("Generated by Apache Commons CSV 1.1.", new Date()); * * - * @param header - * the header, {@code null} if disabled, empty if parsed automatically, user specified otherwise. + * @param headerComments + * 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 * @see #withSkipHeaderRecord(boolean)