|
Change Attribute Type formatCache : ConcurrentHashMap<Long,String> to formatCache : Map<Long,String> in class org.apache.tomcat.util.http.FastHttpDateFormat |
From |
To |
|
Change Attribute Type bindings : ConcurrentHashMap<ClassLoader,InstanceManager> to bindings : Map<ClassLoader,InstanceManager> in class org.apache.tomcat.InstanceManagerBindings |
From |
To |
|
Change Attribute Type authenticatedSessions : ConcurrentHashMap<String,Set<WsSession>> to authenticatedSessions : Map<String,Set<WsSession>> in class org.apache.tomcat.websocket.server.WsServerContainer |
From |
To |
|
Change Attribute Type configTemplateMatchMap : ConcurrentHashMap<Integer,SortedSet<TemplatePathMatch>> to configTemplateMatchMap : Map<Integer,SortedSet<TemplatePathMatch>> in class org.apache.tomcat.websocket.server.WsServerContainer |
From |
To |
|
Change Attribute Type parseCache : ConcurrentHashMap<String,Long> to parseCache : Map<String,Long> in class org.apache.tomcat.util.http.FastHttpDateFormat |
From |
To |