We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebb8db commit 155a769Copy full SHA for 155a769
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -1626,9 +1626,9 @@ private CharSequence trim(final CharSequence charSequence) {
1626
}
1627
1628
/**
1629
- * 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.
1630
*
1631
- * @throws IllegalArgumentException
+ * @throws IllegalArgumentException Throw when any attribute is invalid or inconsistent with other attributes.
1632
*/
1633
private void validate() throws IllegalArgumentException {
1634
if (isLineBreak(delimiter)) {
0 commit comments