X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Frestconf%2Fimpl%2Ftest%2FDummyFuture.java;h=8ae8d0bdac927415b7ebd514cf8c356a45a6b52e;hb=c222e37f2a0f0f3f6266242fbea2d3b018f4e6e3;hp=19a7eff480dece01d1e9ff5743b3ef9c5fa94c5e;hpb=c1362c86eb19e92e6c64d10099a45deb499c6db1;p=controller.git diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/DummyFuture.java b/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/DummyFuture.java index 19a7eff480..8ae8d0bdac 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/DummyFuture.java +++ b/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/DummyFuture.java @@ -34,7 +34,6 @@ public class DummyFuture implements Future> { result = builder.result; } - @Override public boolean cancel(final boolean mayInterruptIfRunning) { return cancel; @@ -56,8 +55,8 @@ public class DummyFuture implements Future> { } @Override - public RpcResult get(final long timeout, final TimeUnit unit) throws InterruptedException, - ExecutionException, TimeoutException { + public RpcResult get(final long timeout, final TimeUnit unit) throws InterruptedException, ExecutionException, + TimeoutException { return result; }