Bump odlparent to 5.0.0
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / impl / ProxyDOMRpcService.java
index 2d741241f68fb06589a923d5dc370aa57b392b62..8936b110c069452d3b59b1f68b54eb7b0be5284a 100644 (file)
@@ -94,7 +94,7 @@ public class ProxyDOMRpcService implements DOMRpcService {
             }
         }, actorSystem.dispatcher());
 
-        return settableFuture;
+        return FluentFuture.from(settableFuture);
     }
 
     @Override