|
Change Variable Type t : GridNioFuture<String> to t : IgniteInternalFuture<String> in method public testListenSyncNotify() : void in class org.apache.ignite.internal.util.future.nio.GridNioFutureSelfTest |
From |
To |
|
Change Variable Type sndFut : GridNioFuture<?> to sndFut : IgniteInternalFuture<?> in method private makeRequest(msg GridClientMessage, fut TcpClientFuture<R>, routeMode boolean) : GridClientFutureAdapter<R> in class org.apache.ignite.internal.client.impl.connection.GridClientNioTcpConnection |
From |
To |
|
Change Variable Type t : GridNioFuture<R> to t : IgniteInternalFuture<R> in method public onDone(delegate GridNioFuture<R>, err Throwable) : void in class org.apache.ignite.internal.util.nio.GridNioEmbeddedFuture |
From |
To |
|
Change Variable Type e : IOException|IgniteCheckedException to e : IgniteCheckedException in method public onDone(delegate GridNioFuture<R>, err Throwable) : void in class org.apache.ignite.internal.util.nio.GridNioEmbeddedFuture |
From |
To |