Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/csv/CSVFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ public Builder setTrim(final boolean trim) {
}

/**
* Predefines formats.
* Enumerates predefines formats.
*
* @since 1.2
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
package org.apache.commons.csv;

/**
* Determines how duplicate header fields should be handled
* Enumerates how duplicate header fields should be handled
* if {@link CSVFormat.Builder#setHeader(Class)} is not null.
*
* @since 1.10.0
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/csv/QuoteMode.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
package org.apache.commons.csv;

/**
* Defines quoting behavior.
* Enumerates quoting behavior.
*
* @see CSVFormat.Builder#setQuoteMode(QuoteMode)
*/
Expand Down