|
Change Variable Type entry : Map.Entry<Object,String> to entry : String in method public verifyNodeLeavesBeforeGettingData() : void in class org.infinispan.stream.DistributedStreamIteratorTest |
From |
To |
|
Change Variable Type returnQueue : BlockingQueue<Map.Entry<Object,String>> to returnQueue : BlockingQueue<String> in method public verifyNodeLeavesBeforeGettingData() : void in class org.infinispan.stream.DistributedStreamIteratorTest |
From |
To |
|
Change Variable Type iter : Iterator<Map.Entry<Object,String>> to iter : Iterator<String> in method public verifyNodeLeavesBeforeGettingData() : void in class org.infinispan.stream.DistributedStreamIteratorTest |
From |
To |