mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix PageResult bug
This commit is contained in:
@@ -31,7 +31,7 @@ public class PageUtil {
|
||||
*
|
||||
* @param customFirstPageNo 自定义的首页页码,为0或者1
|
||||
*/
|
||||
public static void setFirstPageNo(int customFirstPageNo) {
|
||||
synchronized public static void setFirstPageNo(int customFirstPageNo) {
|
||||
firstPageNo = customFirstPageNo;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user