Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
liaochong committed May 25, 2024
1 parent 1ca0ee8 commit 40d81db
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ private void doValidRead(T t, RowContext rowContext, ValidationListObject<T> val
validationObject.setRowNum(rowContext.getRowNum());
validationObject.setConstraintViolations(violations);
validationListObject.getValidationObjects().add(validationObject);
validationListObject.getValidationObjects().add(validationObject);
}

public void readThen(InputStream fileInputStream, Consumer<T> consumer) {
Expand Down

0 comments on commit 40d81db

Please sign in to comment.