Fix classname for CreateSDNCNSResource 39/40539/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Mon, 2 Apr 2018 17:13:43 +0000 (22:43 +0530)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Mon, 2 Apr 2018 17:13:43 +0000 (22:43 +0530)
Fix classname for CreateSDNCResource.

Change-Id: I924108f99f508a81bb535c718974cf23c013c6a4
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy

index 933d450..1beb312 100644 (file)
@@ -47,7 +47,7 @@ import org.openecomp.mso.rest.APIResponse;
  * This groovy class supports the <class>CreateSDNCCNetworkResource.bpmn</class> process.\r
  * flow for SDNC Network Resource Create\r
  */\r
-public class CreateSDNCCNetworkResource extends AbstractServiceTaskProcessor {\r
+public class CreateSDNCNetworkResource extends AbstractServiceTaskProcessor {\r
 \r
     String Prefix="CRESDNCRES_"\r
             \r