|
Change Variable Type cache : GridCache<Object,Object> to cache : IgniteCache<Object,Object> in method private checkToString() : void in class org.apache.ignite.internal.processors.cache.GridCacheObjectToStringSelfTest |
From |
To |
|
Change Variable Type cache1 : GridCache<Integer,Object> to cache1 : IgniteCache<Integer,Object> in method private checkP2PUndeploy(cacheName String) : void in class org.apache.ignite.internal.processors.cache.GridCacheP2PUndeploySelfTest |
From |
To |
|
Change Variable Type cache2 : GridCache<Integer,Object> to cache2 : IgniteCache<Integer,Object> in method private checkP2PUndeploy(cacheName String) : void in class org.apache.ignite.internal.processors.cache.GridCacheP2PUndeploySelfTest |
From |
To |