Remove unneeded param type definition 53/35953/1
authorc00149107 <chenchuanyu@huawei.com>
Thu, 15 Mar 2018 09:28:45 +0000 (17:28 +0800)
committerc00149107 <chenchuanyu@huawei.com>
Thu, 15 Mar 2018 09:29:16 +0000 (17:29 +0800)
Remove unneeded param type definition

Issue-ID: SO-452
Change-Id: Ic268c582dacc0ff050605e0ddefbbfe9dce684f0
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy

index 586364e..f3fa999 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")