Correct the class name 81/14481/1
authorc00149107 <chenchuanyu@huawei.com>
Fri, 22 Sep 2017 06:51:08 +0000 (14:51 +0800)
committerc00149107 <chenchuanyu@huawei.com>
Fri, 22 Sep 2017 06:51:08 +0000 (14:51 +0800)
Correct the class name of groovy script

Change-Id: I2559acb7f35b70cd0e5dba5a24f2c1b1ed400d07
Issue-ID:SO-57
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateVFCNetworkServiceInstance.groovy

index ad0f6bc..14fd419 100644 (file)
@@ -41,10 +41,10 @@ import org.openecomp.mso.rest.RESTConfig
 import org.openecomp.mso.rest.APIResponse;\r
 \r
 /**\r
- * This groovy class supports the <class>CreateGenericE2EServiceInstance.bpmn</class> process.\r
- * flow for E2E ServiceInstance Create\r
+ * This groovy class supports the <class>DoCreateVFCNetworkServiceInstance.bpmn</class> process.\r
+ * flow for VFC Network Service Create\r
  */\r
-public class CreateGenericE2EServiceInstance extends AbstractServiceTaskProcessor {\r
+public class DoCreateVFCNetworkServiceInstance extends AbstractServiceTaskProcessor {\r
 \r
     String createUrl = "/vfc/vfcadapters/v1/ns"\r
             \r