diff options
author | anushadasari <danush10@in.ibm.com> | 2019-07-29 14:48:25 +0530 |
---|---|---|
committer | anushadasari <danush10@in.ibm.com> | 2019-07-29 14:50:01 +0530 |
commit | f417aeada6f4ec4c78a467076c991d3080fd0729 (patch) | |
tree | 6c695ced0d418190ab2a4afd77241bd723606efc /sdnr/northbound/oofpcipoc/consumer | |
parent | 58296c67f547cc93af37b9f0cac9bb1595dd0b53 (diff) |
SonarFix- Remove duplicated import
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>
Diffstat (limited to 'sdnr/northbound/oofpcipoc/consumer')
-rw-r--r-- | sdnr/northbound/oofpcipoc/consumer/src/main/java/org/onap/ccsdk/features/sdnr/northbound/oofpcipoc/OofpcipocHandleNotif.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sdnr/northbound/oofpcipoc/consumer/src/main/java/org/onap/ccsdk/features/sdnr/northbound/oofpcipoc/OofpcipocHandleNotif.java b/sdnr/northbound/oofpcipoc/consumer/src/main/java/org/onap/ccsdk/features/sdnr/northbound/oofpcipoc/OofpcipocHandleNotif.java index af1daa317..98b16f549 100644 --- a/sdnr/northbound/oofpcipoc/consumer/src/main/java/org/onap/ccsdk/features/sdnr/northbound/oofpcipoc/OofpcipocHandleNotif.java +++ b/sdnr/northbound/oofpcipoc/consumer/src/main/java/org/onap/ccsdk/features/sdnr/northbound/oofpcipoc/OofpcipocHandleNotif.java @@ -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; |