|
Change Return Type AdvancedCache<A,B> to AdvancedCache<K,V> in method protected getCacheFromPreferredPartition() : AdvancedCache<K,V> in class org.infinispan.conflict.impl.BaseMergePolicyTest |
From |
To |
|
Change Return Type Collection<CacheStatusResponse> to CacheStatusResponse in method private getCacheStatus(cache AdvancedCache) : CacheStatusResponse in class org.infinispan.conflict.impl.BaseMergePolicyTest |
From |
To |
|
Change Return Type AdvancedCache<A,B> to AdvancedCache<K,V> in method protected getCacheFromNonPreferredPartition(preferredCache AdvancedCache) : AdvancedCache<K,V> in class org.infinispan.conflict.impl.BaseMergePolicyTest |
From |
To |
|
Change Return Type AdvancedCache<A,B> to AdvancedCache<K,V> in method protected getCacheFromPreferredPartition(caches AdvancedCache...) : AdvancedCache<K,V> in class org.infinispan.conflict.impl.BaseMergePolicyTest |
From |
To |
|
Change Variable Type response : CacheStatusResponse to response : KeyValuePair<AdvancedCache,CacheStatusResponse> in method protected getCacheFromPreferredPartition(caches AdvancedCache...) : AdvancedCache<K,V> in class org.infinispan.conflict.impl.BaseMergePolicyTest |
From |
To |
|
Change Variable Type cacheIndex : int to maxTopologySender : AdvancedCache<K,V> in method protected getCacheFromPreferredPartition(caches AdvancedCache...) : AdvancedCache<K,V> in class org.infinispan.conflict.impl.BaseMergePolicyTest |
From |
To |
|
Change Variable Type statusResponses : List<CacheStatusResponse> to statusResponses : List<KeyValuePair<AdvancedCache,CacheStatusResponse>> in method protected getCacheFromPreferredPartition(caches AdvancedCache...) : AdvancedCache<K,V> in class org.infinispan.conflict.impl.BaseMergePolicyTest |
From |
To |
|
Change Variable Type caches : List<AdvancedCache> to caches : AdvancedCache[] in method protected getCacheFromPreferredPartition() : AdvancedCache<K,V> in class org.infinispan.conflict.impl.BaseMergePolicyTest |
From |
To |