Added meter, action, group, flow models, mask and transactions support.
[controller.git] / opendaylight / md-sal / compatibility / sal-compatibility / src / main / java / org / opendaylight / controller / sal / compatibility / FlowProgrammerAdapter.xtend
index da652e65a7a28bf3e51bc637519c2dc8d94f0a73..7d9c93908ec8484d502d6ab91d1bd26080c631cb 100644 (file)
@@ -98,7 +98,7 @@ class FlowProgrammerAdapter implements IPluginInFlowProgrammerService, SalFlowLi
         return null;
     }
 
         return null;
     }
 
-    public static def toStatus(RpcResult<Void> result) {
+    public static def toStatus(RpcResult<?> result) {
         if (result.isSuccessful()) {
             return new Status(StatusCode.SUCCESS);
         } else {
         if (result.isSuccessful()) {
             return new Status(StatusCode.SUCCESS);
         } else {