Skip to content

Commit aa7fd80

Browse files
committed
Javadoc
1 parent 346e217 commit aa7fd80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2417,8 +2417,8 @@ String trim(final String value) {
24172417
/**
24182418
* Verifies the validity and consistency of the attributes, and throws an {@link IllegalArgumentException} if necessary.
24192419
* <p>
2420-
* 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
2421-
* parsing, so it cannot be used here.
2420+
* Because an instance can be used for both writing and parsing, not all conditions can be tested here. For example, allowMissingColumnNames is only used
2421+
* for parsing, so it cannot be used here.
24222422
* </p>
24232423
*
24242424
* @throws IllegalArgumentException Throw when any attribute is invalid or inconsistent with other attributes.

0 commit comments

Comments
 (0)