APPC-1663 63/91963/3
authoranushadasari <danush10@in.ibm.com>
Wed, 24 Jul 2019 17:19:21 +0000 (22:49 +0530)
committerTakamune Cho <takamune.cho@att.com>
Fri, 26 Jul 2019 14:55:14 +0000 (14:55 +0000)
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.

Issue-ID: APPC-1663
Change-Id: I98a98f59847a4cdea298f82531530db4048b65b0
Signed-off-by: anushadasari <danush10@in.ibm.com>
appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/main/java/org/onap/appc/adapter/restHealthcheck/RestHealthcheckAdapter.java

index 089b931..be3407e 100644 (file)
@@ -23,7 +23,6 @@
 package org.onap.appc.adapter.restHealthcheck;
 
 import java.util.Map;
 package org.onap.appc.adapter.restHealthcheck;
 
 import java.util.Map;
-import com.att.cdp.zones.model.Server;
 import org.onap.ccsdk.sli.core.sli.SvcLogicContext;
 import org.onap.ccsdk.sli.core.sli.SvcLogicJavaPlugin;
 
 import org.onap.ccsdk.sli.core.sli.SvcLogicContext;
 import org.onap.ccsdk.sli.core.sli.SvcLogicJavaPlugin;