From 592c0f64ad1d1b2ed708ea9e352c8763459bde25 Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Mon, 15 May 2023 12:03:33 +0100 Subject: Fixing minor compilation - Complilation issues while importing project in eclipse - Fixing CSIT Change-Id: Idb85b08066d27a7f2a9b297d1580915df2b67541 Issue-ID: CPS-1672 Signed-off-by: waqas.ikram --- .../groovy/org/onap/cps/yang/YangTextSchemaSourceSetBuilderSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cps-service/src') 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 6d570d643..3b4d57d3a 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 -- cgit 1.2.3-korg