mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix FileResourceBug
This commit is contained in:
@@ -125,7 +125,7 @@ public class ExcelSaxReadTest {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void handle(int sheetIndex, long rowIndex, List<Object> rowList) {
|
||||
public void handle(int sheetIndex, long rowIndex, List<Object> rowCells) {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -143,7 +143,7 @@ public class ExcelSaxReadTest {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void handle(int sheetIndex, long rowIndex, List<Object> rowList) {
|
||||
public void handle(int sheetIndex, long rowIndex, List<Object> rowCells) {
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user