|
Change Variable Type map : AsyncAtomicMap<String,String> to map : AtomicMap<String,String> in method public testMapComputeOperations() : void in class io.atomix.core.map.AtomicMapTest |
From |
To |
|
Change Variable Type map : AsyncAtomicMap<String,String> to map : AtomicMap<String,String> in method public testNullValues() : void in class io.atomix.core.map.AtomicMapTest |
From |
To |
|
Change Variable Type map : AsyncAtomicMap<String,String> to map : AtomicMap<String,String> in method public testMapListeners() : void in class io.atomix.core.map.AtomicMapTest |
From |
To |
|
Change Variable Type map : AsyncAtomicMap<String,String> to map : AtomicMap<String,String> in method public testBasicMapOperations() : void in class io.atomix.core.map.AtomicMapTest |
From |
To |