Polishing

This commit is contained in:
Juergen Hoeller
2020-07-17 19:24:23 +02:00
parent 851908851d
commit 0b697a3068
2 changed files with 1 additions and 4 deletions

View File

@@ -180,7 +180,6 @@ public class RequestMappingHandlerAdapter extends AbstractHandlerMethodAdapter
@Nullable
private ConfigurableBeanFactory beanFactory;
private final Map<Class<?>, SessionAttributesHandler> sessionAttributesHandlerCache = new ConcurrentHashMap<>(64);
private final Map<Class<?>, Set<Method>> initBinderCache = new ConcurrentHashMap<>(64);