X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Frestconf%2Fimpl%2Ftest%2FDummyFuture.java;h=8ae8d0bdac927415b7ebd514cf8c356a45a6b52e;hp=19a7eff480dece01d1e9ff5743b3ef9c5fa94c5e;hb=17d82f582a6bc13c78be3b19954ff8c021180e93;hpb=03ee21b4d6ae3dd6fd3a6991253e877dc96fabf5 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; }