diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2023-05-15 12:03:33 +0100 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2023-05-16 10:35:19 +0100 |
commit | 592c0f64ad1d1b2ed708ea9e352c8763459bde25 (patch) | |
tree | 37e7e0fb89e1cc24d3fdd91235d6ed56816b5f42 /cps-service/src | |
parent | b740156bb50784fc461e2fbda13cd91e3f208b38 (diff) |
Fixing minor compilation
- Complilation issues while importing project in eclipse
- Fixing CSIT
Change-Id: Idb85b08066d27a7f2a9b297d1580915df2b67541
Issue-ID: CPS-1672
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'cps-service/src')
-rw-r--r-- | cps-service/src/test/groovy/org/onap/cps/yang/YangTextSchemaSourceSetBuilderSpec.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-service/src/test/groovy/org/onap/cps/yang/YangTextSchemaSourceSetBuilderSpec.groovy b/cps-service/src/test/groovy/org/onap/cps/yang/YangTextSchemaSourceSetBuilderSpec.groovy index 6d570d6432..3b4d57d3a6 100644 --- a/cps-service/src/test/groovy/org/onap/cps/yang/YangTextSchemaSourceSetBuilderSpec.groovy +++ b/cps-service/src/test/groovy/org/onap/cps/yang/YangTextSchemaSourceSetBuilderSpec.groovy @@ -21,7 +21,7 @@ * ============LICENSE_END========================================================= */ -package org.onap.cps.utils.yang +package org.onap.cps.yang import org.onap.cps.TestUtils |