diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-15 10:31:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-15 10:31:57 +0000 |
commit | fc8f9218943f2ffca31b8e718db66d4639ab001d (patch) | |
tree | 300e057a9267b82eb211a1d4525caaf5e83fff1b /bpmn/MSOInfrastructureBPMN | |
parent | 662686def0e86e95e76d4d3a0d1bb64ea8e78df4 (diff) | |
parent | e75d874216cbd699164d6190f72c50e50b0586cf (diff) |
Merge "Remove unneeded param type definition"
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 b0630b04d6..959689e556 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") |