@@ -507,7 +507,8 @@ private CSVFormat(final char delimiter, final Character quoteChar, final QuoteMo
507507 final Character commentStart , final Character escape , final boolean ignoreSurroundingSpaces ,
508508 final boolean ignoreEmptyLines , final String recordSeparator , final String nullString ,
509509 final Object [] headerComments , final String [] header , final boolean skipHeaderRecord ,
510- final boolean allowMissingColumnNames , final boolean ignoreHeaderCase , boolean trim , boolean trailingDelimiter ) {
510+ final boolean allowMissingColumnNames , final boolean ignoreHeaderCase , boolean trim ,
511+ boolean trailingDelimiter ) {
511512 this .delimiter = delimiter ;
512513 this .quoteCharacter = quoteChar ;
513514 this .quoteMode = quoteMode ;
@@ -1205,7 +1206,8 @@ public CSVFormat withHeader(final String... header) {
12051206 * </p>
12061207 *
12071208 * @param headerEnum
1208- * the enum defining the header, {@code null} if disabled, empty if parsed automatically, user specified otherwise.
1209+ * the enum defining the header, {@code null} if disabled, empty if parsed automatically, user
1210+ * specified otherwise.
12091211 *
12101212 * @return A new CSVFormat that is equal to this but with the specified header
12111213 * @see #withHeader(String...)
0 commit comments