Skip to content

Commit

Permalink
Better Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 29, 2020
1 parent 7ebb8db commit 155a769
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 155a769

Please sign in to comment.