Merge "Remove unneeded param type definition"
authorSeshu Kumar M <seshu.kumar.m@huawei.com>
Thu, 15 Mar 2018 10:31:57 +0000 (10:31 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 15 Mar 2018 10:31:57 +0000 (10:31 +0000)
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy

index b0630b0..959689e 100644 (file)
@@ -565,7 +565,7 @@ public class DoCreateE2EServiceInstance extends AbstractServiceTaskProcessor {
          utils.log("INFO", "======== COMPLETED prepareResourceRecipeRequest Process ======== ", isDebugEnabled)      
      }
      
-     public void executeResourceRecipe(Execution execution){
+     public void executeResourceRecipe(execution){
          def isDebugEnabled=execution.getVariable("isDebugLogEnabled")                 
          utils.log("INFO", "======== Start executeResourceRecipe Process ======== ", isDebugEnabled) 
          String requestId = execution.getVariable("msoRequestId")