summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRama-Huawei <rama.subba.reddy.s@huawei.com>2022-03-23 16:02:48 +0530
committerRama-Huawei <rama.subba.reddy.s@huawei.com>2022-03-23 16:02:48 +0530
commit33b35cb92e78ccd1b54888d5e3ebfc36d9439eb3 (patch)
tree66167d19517134c8555d578f5e71655361026621
parent70147a9b9c9598354cbd74c128eea7ac95408f05 (diff)
Remove the unused imports1.10.0
Issue-ID: SO-3911 Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com> Change-Id: Ic83543005f4ad031f4bed1e59dc16ace7230ae24
-rw-r--r--so-cnf-adapter-application/src/main/java/org/onap/so/adapters/cnf/MulticloudConfiguration.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/so-cnf-adapter-application/src/main/java/org/onap/so/adapters/cnf/MulticloudConfiguration.java b/so-cnf-adapter-application/src/main/java/org/onap/so/adapters/cnf/MulticloudConfiguration.java
index 5eb5e6f..b70a6b6 100644
--- a/so-cnf-adapter-application/src/main/java/org/onap/so/adapters/cnf/MulticloudConfiguration.java
+++ b/so-cnf-adapter-application/src/main/java/org/onap/so/adapters/cnf/MulticloudConfiguration.java
@@ -21,7 +21,6 @@
package org.onap.so.adapters.cnf;
import org.springframework.beans.factory.annotation.Value;
-import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration