fix issues/11723 PageHandlerAdapterFactory 集合容量不够大 (#11763)
This commit is contained in:
parent
c2f8463e12
commit
4f279bf110
@ -47,8 +47,8 @@ public class PageHandlerAdapterFactory {
|
||||
}
|
||||
|
||||
private PageHandlerAdapterFactory() {
|
||||
handlerAdapters = new ArrayList<>(2);
|
||||
handlerAdapterMap = new HashMap<>(2);
|
||||
handlerAdapters = new ArrayList<>(3);
|
||||
handlerAdapterMap = new HashMap<>(3);
|
||||
initHandlerAdapters();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user