Skip to content

Commit 1df69a8

Browse files
committed
Javadoc
1 parent b639f78 commit 1df69a8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
package 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
package org.apache.commons.csv;
2020

2121
/**
22-
* Defines quoting behavior.
22+
* Enumerates quoting behavior.
2323
*
2424
* @see CSVFormat.Builder#setQuoteMode(QuoteMode)
2525
*/

0 commit comments

Comments
 (0)