mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix ListUtil.page
This commit is contained in:
@@ -57,8 +57,6 @@ public class ListUtilTest {
|
||||
|
||||
@Test
|
||||
public void pageTest(){
|
||||
|
||||
|
||||
List<Integer> a = ListUtil.toLinkedList(1, 2, 3,4,5);
|
||||
|
||||
PageUtil.setFirstPageNo(1);
|
||||
|
Reference in New Issue
Block a user