Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit c7b5b47

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public final class CSVFormat implements Serializable {
208208
* </p>
209209
* <ul>
210210
* <li>{@link #withDelimiter(char) withDelimiter(',')}</li>
211-
* <li>{@link #withQuote(String) withQuote('"')}</li>
211+
* <li>{@link #withQuote(char) withQuote('"')}</li>
212212
* <li>{@link #withRecordSeparator(String) withRecordSeparator("\r\n")}</li>
213213
* <li>{@link #withIgnoreEmptyLines(boolean) withIgnoreEmptyLines(false)}</li>
214214
* <li>{@link #withAllowMissingColumnNames(boolean) withAllowMissingColumnNames(true)}</li>
@@ -332,7 +332,8 @@ public static CSVFormat newFormat(final char delimiter) {
332332
* the line separator to use for output
333333
* @param nullString
334334
* the line separator to use for output
335-
* @param toHeaderComments TODO
335+
* @param headerComments
336+
* the comments to be printed by the Printer before the actual CSV data
336337
* @param header
337338
* the header
338339
* @param skipHeaderRecord TODO

0 commit comments

Comments
 (0)