Remove the unused imports 93/127993/1 1.10.0
authorRama-Huawei <rama.subba.reddy.s@huawei.com>
Wed, 23 Mar 2022 10:32:48 +0000 (16:02 +0530)
committerRama-Huawei <rama.subba.reddy.s@huawei.com>
Wed, 23 Mar 2022 10:32:48 +0000 (16:02 +0530)
Issue-ID: SO-3911

Signed-off-by: Rama-Huawei <rama.subba.reddy.s@huawei.com>
Change-Id: Ic83543005f4ad031f4bed1e59dc16ace7230ae24

so-cnf-adapter-application/src/main/java/org/onap/so/adapters/cnf/MulticloudConfiguration.java

index 5eb5e6f..b70a6b6 100644 (file)
@@ -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