File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments