Bump to odlparent 2.0.0
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / sal / OFRpcTaskFactory.java
index bfe044b960bdd2a67765d72d692f5a505c75bba2..a0a9056dda541749e51fbb0c3acb1695d0649175 100644 (file)
@@ -275,7 +275,7 @@ public abstract class OFRpcTaskFactory {
 
         if (ofFlowModInputs.size() > index + 1) {
             // there are more flowmods to chain
-            return Futures.transform(result,
+            return Futures.transformAsync(result,
                     new AsyncFunction<RpcResult<UpdateFlowOutput>, RpcResult<UpdateFlowOutput>>() {
                         @Override
                         public ListenableFuture<RpcResult<UpdateFlowOutput>> apply(RpcResult<UpdateFlowOutput> input) throws Exception {