Skip to content

Commit 155a769

Browse files
committed
Better Javadoc.
1 parent 7ebb8db commit 155a769

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
@@ -1626,9 +1626,9 @@ private CharSequence trim(final CharSequence charSequence) {
16261626
}
16271627

16281628
/**
1629-
* Verifies the consistency of the parameters and throws an IllegalArgumentException if necessary.
1629+
* Verifies the validity and consistency of the attributes, and throws an IllegalArgumentException if necessary.
16301630
*
1631-
* @throws IllegalArgumentException
1631+
* @throws IllegalArgumentException Throw when any attribute is invalid or inconsistent with other attributes.
16321632
*/
16331633
private void validate() throws IllegalArgumentException {
16341634
if (isLineBreak(delimiter)) {

0 commit comments

Comments
 (0)