Wrap service handlers to method handleServiceCall.
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / services / SalTableServiceImpl.java
index 9731dce9b5d4516cce4f452301a19f3f851c9a70..0d403b2f514ab8a126703b85758efe24b3f7a4ed 100644 (file)
@@ -83,8 +83,8 @@ public class SalTableServiceImpl extends CommonService implements SalTableServic
             }
         }
 
-        return ServiceCallProcessingUtil.<UpdateTableOutput, UpdateTableOutput>handleServiceCall(rpcContext, PRIMARY_CONNECTION,
-                deviceContext, new FunctionImpl());
+        return this.<UpdateTableOutput, UpdateTableOutput>handleServiceCall( PRIMARY_CONNECTION,
+                 new FunctionImpl());
     }
 
     private MultipartRequestInputBuilder createMultipartHeader(final MultipartType multipart, final Long xid) {