|
Change Attribute Type allObjects : Map<S,PooledObject<S>> to allObjects : Map<IdentityWrapper<S>,PooledObject<S>> in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool.ObjectDeque |
From |
To |
|
Change Attribute Type allObjects : Map<T,PooledObject<T>> to allObjects : Map<IdentityWrapper<T>,PooledObject<T>> in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool |
From |
To |
|
Change Attribute Type evictionIterator : Iterator<PooledObject<T>> to evictionIterator : EvictionIterator in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool |
From |
To |