Further JavaDoc corrections

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1630582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-10-09 20:07:19 +00:00
parent ef39a01a22
commit c7b5b4771b
1 changed files with 3 additions and 2 deletions

View File

@ -208,7 +208,7 @@ public final class CSVFormat implements Serializable {
* </p>
* <ul>
* <li>{@link #withDelimiter(char) withDelimiter(',')}</li>
* <li>{@link #withQuote(String) withQuote('"')}</li>
* <li>{@link #withQuote(char) withQuote('"')}</li>
* <li>{@link #withRecordSeparator(String) withRecordSeparator("\r\n")}</li>
* <li>{@link #withIgnoreEmptyLines(boolean) withIgnoreEmptyLines(false)}</li>
* <li>{@link #withAllowMissingColumnNames(boolean) withAllowMissingColumnNames(true)}</li>
@ -332,7 +332,8 @@ public final class CSVFormat implements Serializable {
* the line separator to use for output
* @param nullString
* the line separator to use for output
* @param toHeaderComments TODO
* @param headerComments
* the comments to be printed by the Printer before the actual CSV data
* @param header
* the header
* @param skipHeaderRecord TODO