This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push:
new aa7fd808 Javadoc
aa7fd808 is described below
commit aa7fd80838fd43c0800b2d1d14b4a20fd5fa1f8f
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 30 09:02:22 2023 -0400
Javadoc
---
src/main/java/org/apache/commons/csv/CSVFormat.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java
b/src/main/java/org/apache/commons/csv/CSVFormat.java
index 77d557ba..2f7e6b9f 100644
--- a/src/main/java/org/apache/commons/csv/CSVFormat.java
+++ b/src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -2417,8 +2417,8 @@ public final class CSVFormat implements Serializable {
/**
* Verifies the validity and consistency of the attributes, and throws an
{@link IllegalArgumentException} if necessary.
* <p>
- * Because an instance can be used for both writing and parsing, not all
conditions can be tested here. For example, allowMissingColumnNames is only
used for
- * parsing, so it cannot be used here.
+ * Because an instance can be used for both writing and parsing, not all
conditions can be tested here. For example, allowMissingColumnNames is only used
+ * for parsing, so it cannot be used here.
* </p>
*
* @throws IllegalArgumentException Throw when any attribute is invalid or
inconsistent with other attributes.