Skip to content

Commit 8252623

Browse files
committed
new HashMap<String, String>(6, 1);
1 parent 1103650 commit 8252623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/pagehelper/util/PageObjectUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public abstract class PageObjectUtil {
4242
protected static Boolean hasRequest;
4343
protected static Class<?> requestClass;
4444
protected static Method getParameterMap;
45-
protected static Map<String, String> PARAMS = new HashMap<String, String>(5,1);
45+
protected static Map<String, String> PARAMS = new HashMap<String, String>(6, 1);
4646

4747
static {
4848
try {

0 commit comments

Comments
 (0)