SonarFix- Remove duplicated import 81/92181/1
authoranushadasari <danush10@in.ibm.com>
Mon, 29 Jul 2019 09:18:25 +0000 (14:48 +0530)
committeranushadasari <danush10@in.ibm.com>
Mon, 29 Jul 2019 09:20:01 +0000 (14:50 +0530)
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Leaving them in reduces the code's readability, since their presence can be confusing.

Issue-ID: CCSDK-1552
Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e
Signed-off-by: anushadasari <danush10@in.ibm.com>
sdnr/northbound/oofpcipoc/consumer/src/main/java/org/onap/ccsdk/features/sdnr/northbound/oofpcipoc/OofpcipocHandleNotif.java

index af1daa3..98b16f5 100644 (file)
@@ -63,7 +63,6 @@ import org.slf4j.LoggerFactory;
 import org.json.JSONArray;
 import org.json.JSONObject;
 
-import com.google.common.base.Preconditions;
 import com.google.common.util.concurrent.Futures;
 import com.google.common.util.concurrent.ListenableFuture;
 import com.google.common.util.concurrent.FutureCallback;