Polishing

This commit is contained in:
Juergen Hoeller
2020-07-17 19:15:06 +02:00
parent d6d3023ed9
commit ba8000d5b8
2 changed files with 2 additions and 5 deletions

View File

@@ -181,7 +181,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);