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 @@ -900,7 +900,7 @@ public Builder setTrim(final boolean trim) {
900900 }
901901
902902 /**
903- * Predefines formats.
903+ * Enumerates predefines formats.
904904 *
905905 * @since 1.2
906906 */
Original file line number Diff line number Diff line change 2020package org .apache .commons .csv ;
2121
2222/**
23- * Determines how duplicate header fields should be handled
23+ * Enumerates how duplicate header fields should be handled
2424 * if {@link CSVFormat.Builder#setHeader(Class)} is not null.
2525 *
2626 * @since 1.10.0
Original file line number Diff line number Diff line change 1919package org .apache .commons .csv ;
2020
2121/**
22- * Defines quoting behavior.
22+ * Enumerates quoting behavior.
2323 *
2424 * @see CSVFormat.Builder#setQuoteMode(QuoteMode)
2525 */
You can’t perform that action at this time.
0 commit comments