|
Change Variable Type emptyCaches : Collection<IgniteCache<Integer,String>> to emptyCaches : Collection<GridCache<Integer,String>> in method public testReloadAll() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCachePartitionedReloadAllAbstractSelfTest |
From |
To |
|
Change Variable Type cache : IgniteCache<Integer,String> to cache : GridCache<Integer,String> in method public testReloadAll() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCachePartitionedReloadAllAbstractSelfTest |
From |
To |
|
Change Variable Type eCache : IgniteCache<Integer,String> to eCache : GridCache<Integer,String> in method public testReloadAll() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCachePartitionedReloadAllAbstractSelfTest |
From |
To |