From 5bf86e26723ccae445073f8c88168d12fbb0c809 Mon Sep 17 00:00:00 2001 From: c00149107 Date: Fri, 22 Sep 2017 14:51:08 +0800 Subject: Correct the class name Correct the class name of groovy script Change-Id: I2559acb7f35b70cd0e5dba5a24f2c1b1ed400d07 Issue-ID:SO-57 Signed-off-by: c00149107 --- .../infrastructure/scripts/DoCreateVFCNetworkServiceInstance.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateVFCNetworkServiceInstance.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateVFCNetworkServiceInstance.groovy index ad0f6bc9b3..14fd419624 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateVFCNetworkServiceInstance.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateVFCNetworkServiceInstance.groovy @@ -41,10 +41,10 @@ import org.openecomp.mso.rest.RESTConfig import org.openecomp.mso.rest.APIResponse; /** - * This groovy class supports the CreateGenericE2EServiceInstance.bpmn process. - * flow for E2E ServiceInstance Create + * This groovy class supports the DoCreateVFCNetworkServiceInstance.bpmn process. + * flow for VFC Network Service Create */ -public class CreateGenericE2EServiceInstance extends AbstractServiceTaskProcessor { +public class DoCreateVFCNetworkServiceInstance extends AbstractServiceTaskProcessor { String createUrl = "/vfc/vfcadapters/v1/ns" -- cgit 1.2.3-korg