Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
arturobernalg committed Dec 29, 2020
1 parent 7adc14c commit 988cd93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/org/apache/commons/csv/CSVFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -1628,9 +1628,7 @@ private CharSequence trim(final CharSequence charSequence) {
/**
* Verifies the consistency of the parameters and throws an IllegalArgumentException if necessary.
*
* @throws IllegalArgumentException If something goes wrong
*
* @throws IllegalArgumentException Throw when any attribute is invalid or inconsistent with other attributes.
* @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 988cd93

Please sign in to comment.