Better Javadoc.

This commit is contained in:
Gary Gregory 2020-12-29 14:45:02 -05:00
parent 7ebb8db977
commit 155a76906a
1 changed files with 2 additions and 2 deletions

View File

@ -1626,9 +1626,9 @@ public final class CSVFormat implements Serializable {
}
/**
* 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)) {