|
Change Variable Type joined : BlockingQueue<String> to joined : BlockingQueue<KeyValuePair<String,Object[]>> in method public testContinuousQueryChangingParameter() : void in class org.infinispan.client.hotrod.event.EmbeddedCompatContinuousQueryTest |
From |
To |
|
Change Variable Type joined : BlockingQueue<String> to joined : BlockingQueue<KeyValuePair<String,User>> in method public testContinuousQuery() : void in class org.infinispan.client.hotrod.event.EmbeddedCompatContinuousQueryTest |
From |
To |
|
Change Variable Type value : Object[] to value : User in method public testContinuousQuery() : void in class org.infinispan.client.hotrod.event.EmbeddedCompatContinuousQueryTest |
From |
To |
|
Change Variable Type joined : BlockingQueue<String> to joined : BlockingQueue<KeyValuePair<String,User>> in method public testContinuousQuery() : void in class org.infinispan.client.hotrod.event.RemoteContinuousQueryTest |
From |
To |
|
Change Variable Type joined : BlockingQueue<String> to joined : BlockingQueue<KeyValuePair<String,Object[]>> in method public testContinuousQueryChangingParameter() : void in class org.infinispan.client.hotrod.event.RemoteContinuousQueryTest |
From |
To |
|
Change Variable Type listener : ContinuousQueryListener<String,Object[]> to listener : ContinuousQueryListener<String,User> in method public testContinuousQuery() : void in class org.infinispan.client.hotrod.event.EmbeddedCompatContinuousQueryTest |
From |
To |
|
Change Variable Type value : Object[] to value : User in method public testContinuousQuery() : void in class org.infinispan.client.hotrod.event.RemoteContinuousQueryTest |
From |
To |
|
Change Variable Type listener : ContinuousQueryListener<String,Object[]> to listener : ContinuousQueryListener<String,User> in method public testContinuousQuery() : void in class org.infinispan.client.hotrod.event.RemoteContinuousQueryTest |
From |
To |