diff options
author | c00149107 <chenchuanyu@huawei.com> | 2018-03-15 17:28:45 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2018-03-15 17:29:16 +0800 |
commit | e75d874216cbd699164d6190f72c50e50b0586cf (patch) | |
tree | 0d6502f2afe5d011534e51f452d079e3f9f84606 /bpmn/MSOInfrastructureBPMN | |
parent | 3bc80decc8d43d556f963166514e7a8fa1544c85 (diff) |
Remove unneeded param type definition
Remove unneeded param type definition
Issue-ID: SO-452
Change-Id: Ic268c582dacc0ff050605e0ddefbbfe9dce684f0
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy index 586364e46d..f3fa999d82 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy @@ -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") |