diff options
author | dinesha <dineshgs@in.ibm.com> | 2019-08-05 14:34:32 +0530 |
---|---|---|
committer | dinesha <dineshgs@in.ibm.com> | 2019-08-05 14:34:52 +0530 |
commit | cb7fe66a62e83497925bd963b49a44d5951a7482 (patch) | |
tree | 0888854bffb090770d04d65e98aa1f2bdc37c29d | |
parent | ce4838cf3836facbe397b25440922320b421141a (diff) |
Sonar Fix- AaiClientInterface.java-Remove this unused import
Fixed sonar issues accross the file
Issue-ID: VID-547
Change-Id: I3305f201e404d0e4b94f8a9eba428b03812592ed
Signed-off-by: dinesha <dineshgs@in.ibm.com>
-rw-r--r-- | vid-app-common/src/main/java/org/onap/vid/aai/AaiClientInterface.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/aai/AaiClientInterface.java b/vid-app-common/src/main/java/org/onap/vid/aai/AaiClientInterface.java index 1061ae5f5..1350461b0 100644 --- a/vid-app-common/src/main/java/org/onap/vid/aai/AaiClientInterface.java +++ b/vid-app-common/src/main/java/org/onap/vid/aai/AaiClientInterface.java @@ -29,7 +29,6 @@ import org.onap.vid.aai.model.PortDetailsTranslator; import org.onap.vid.aai.model.Properties; import org.onap.vid.aai.model.ResourceType; import org.onap.vid.model.SubscriberList; -import org.onap.vid.model.probes.ExternalComponentStatus; import org.onap.vid.services.ProbeInterface; import org.springframework.http.HttpMethod; |