summaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/main/groovy
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2017-10-17 12:16:16 +0530
committerseshukm <seshu.kumar.m@huawei.com>2017-10-17 12:16:16 +0530
commit45a51414d1e005f6832570eb80c29d7a2023c355 (patch)
treefa7fbab907da3bdc0667d02a8524c710318191a6 /bpmn/MSOInfrastructureBPMN/src/main/groovy
parentc9f9e3c9733ad82d5537636f24d65ffdb6881876 (diff)
Removed unWanted method
IssueId: SO-222 Change-Id: I03b66e901b57ce68c0685c054c4744a2726c1c42 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/groovy')
-rw-r--r--bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy10
1 files changed, 0 insertions, 10 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy
index 8ada19c1f0..18dbbea573 100644
--- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy
+++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy
@@ -338,14 +338,4 @@ public class CreateCustomE2EServiceInstance extends AbstractServiceTaskProcessor
utils.log("DEBUG", "======== COMPLETED prepareInitServiceOperationStatus Process ======== ", isDebugEnabled)
}
- /**
- * send a request to SDNC
- */
- public void sendSdncSvc(Execution execution)
- {
- def isDebugEnabled = execution.getVariable("isDebugLogEnabled")
- utils.log("DEBUG", "======== sendSdncSvc Process ======== ", isDebugEnabled)
- //TODO
- }
-
} \ No newline at end of file