|
Change Variable Type e : javax.cache.Cache.Entry<?,?> to e : Cache.Entry<?,?> in method public writeAll(entries Collection<Cache.Entry<?,?>>) : void in class org.apache.ignite.internal.processors.cache.GridCacheGroupLockAbstractSelfTest.TestStore |
From |
To |
|
Change Variable Type e1 : Cache.Entry<Integer,String> to e1 : GridCacheEntryEx<Integer,String> in method public testIntegrity() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.preloader.GridCacheReplicatedPreloadSelfTest |
From |
To |
|
Change Variable Type e2 : Cache.Entry<Integer,String> to e2 : GridCacheEntryEx<Integer,String> in method public testIntegrity() : void in class org.apache.ignite.internal.processors.cache.distributed.replicated.preloader.GridCacheReplicatedPreloadSelfTest |
From |
To |