From cb7fe66a62e83497925bd963b49a44d5951a7482 Mon Sep 17 00:00:00 2001 From: dinesha Date: Mon, 5 Aug 2019 14:34:32 +0530 Subject: 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 --- vid-app-common/src/main/java/org/onap/vid/aai/AaiClientInterface.java | 1 - 1 file changed, 1 deletion(-) (limited to 'vid-app-common') 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; -- cgit 1.2.3-korg