Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/main/java/org/apache/commons/csv/CSVFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -1626,9 +1626,9 @@ private CharSequence trim(final CharSequence charSequence) {
}

/**
* Verifies the consistency of the parameters and throws an IllegalArgumentException if necessary.
* Verifies the validity and consistency of the attributes, and throws an IllegalArgumentException if necessary.
*
* @throws IllegalArgumentException
* @throws IllegalArgumentException Throw when any attribute is invalid or inconsistent with other attributes.
*/
private void validate() throws IllegalArgumentException {
if (isLineBreak(delimiter)) {
Expand Down