diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-04-02 22:43:43 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-04-02 22:43:43 +0530 |
commit | 0faaac243a2613ba7a20cd68ba2c2f2b9a452a49 (patch) | |
tree | 5edf50e475feda1b3530a092e320464b6a90a1ba /bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso | |
parent | 620071686e06abc1a2e7180e2ff1e010611ef979 (diff) |
Fix classname for CreateSDNCNSResource
Fix classname for CreateSDNCResource.
Change-Id: I924108f99f508a81bb535c718974cf23c013c6a4
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy index 933d45066a..1beb31254f 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy @@ -47,7 +47,7 @@ import org.openecomp.mso.rest.APIResponse; * This groovy class supports the <class>CreateSDNCCNetworkResource.bpmn</class> process.
* flow for SDNC Network Resource Create
*/
-public class CreateSDNCCNetworkResource extends AbstractServiceTaskProcessor {
+public class CreateSDNCNetworkResource extends AbstractServiceTaskProcessor {
String Prefix="CRESDNCRES_"
|