SonarFix- MigrateServer.java 75/92175/1
authoranushadasari <danush10@in.ibm.com>
Mon, 29 Jul 2019 07:56:30 +0000 (13:26 +0530)
committeranushadasari <danush10@in.ibm.com>
Mon, 29 Jul 2019 08:23:02 +0000 (13:53 +0530)
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.

Change-Id: Ic0af785e3d3863f4555ab9614d7a8b3b0f2150b3
Issue-ID: APPC-1670
Signed-off-by: anushadasari <danush10@in.ibm.com>
appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/src/main/java/org/onap/appc/adapter/iaas/provider/operation/impl/MigrateServer.java

index f046139..8c4641b 100644 (file)
@@ -47,8 +47,6 @@ import org.onap.appc.configuration.Configuration;
 import org.onap.appc.configuration.ConfigurationFactory;
 import org.onap.appc.exceptions.APPCException;
 import org.onap.appc.i18n.Msg;
-
-import org.onap.appc.logging.LoggingUtils;
 import org.onap.ccsdk.sli.core.sli.SvcLogicContext;
 import org.slf4j.MDC;
 import java.io.IOException;