Hide BindingRpcFutureAware 82/92982/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 7 Oct 2020 21:34:37 +0000 (23:34 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 7 Oct 2020 21:34:37 +0000 (23:34 +0200)
This interface is not used anywhere anymore, hide it so we can
remove it in future.

Change-Id: I9b8e434c92a3c41c3d64183b7b8cf29ec5379a1a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-adapter/src/main/java/org/opendaylight/mdsal/binding/dom/adapter/BindingRpcFutureAware.java

index 5b898e75bd6a5441b77a8c016a96d89487f64b41..e5865e2298e47774667a8fdd1c0e4d3426902af6 100644 (file)
@@ -15,8 +15,8 @@ import org.opendaylight.yangtools.yang.common.RpcResult;
  *
  * @author Robert Varga
  */
-@Deprecated
-public interface BindingRpcFutureAware {
+// FIXME: is this interface still useful? can we integrate it into our two implementations?
+interface BindingRpcFutureAware {
 
     ListenableFuture<RpcResult<?>> getBindingFuture();
 }