Browse Source

Update PageReadListener.java

Incorrect words: Defuault -> Default
pull/3127/head
acc8226 2 years ago committed by GitHub
parent
commit
1635bb8147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      easyexcel-core/src/main/java/com/alibaba/excel/read/listener/PageReadListener.java

2
easyexcel-core/src/main/java/com/alibaba/excel/read/listener/PageReadListener.java

@ -15,7 +15,7 @@ import org.apache.commons.collections4.CollectionUtils;
*/
public class PageReadListener<T> implements ReadListener<T> {
/**
* Defuault single handle the amount of data
* Default single handle the amount of data
*/
public static int BATCH_COUNT = 100;
/**

Loading…
Cancel
Save