From: c00149107 Date: Fri, 22 Sep 2017 06:51:08 +0000 (+0800) Subject: Correct the class name X-Git-Tag: v1.1.0~303^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5bf86e26723ccae445073f8c88168d12fbb0c809;p=so.git Correct the class name Correct the class name of groovy script Change-Id: I2559acb7f35b70cd0e5dba5a24f2c1b1ed400d07 Issue-ID:SO-57 Signed-off-by: c00149107 --- 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"