Unused Import 21/94021/1
authoranushadasari <danush10@in.ibm.com>
Wed, 21 Aug 2019 07:27:30 +0000 (12:57 +0530)
committeranushadasari <danush10@in.ibm.com>
Wed, 21 Aug 2019 07:27:55 +0000 (12:57 +0530)
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: VID-582
Change-Id: Id79d2f2af4d69ded8e1c8da10fc67e4e7ea0f933
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/java/org/onap/vid/services/AaiServiceImpl.java

index 9b89047..b50dcc3 100644 (file)
@@ -42,7 +42,6 @@ import org.apache.http.HttpStatus;
 import org.onap.portalsdk.core.logging.logic.EELFLoggerDelegate;
 import org.onap.vid.aai.AaiClientInterface;
 import org.onap.vid.aai.AaiGetVnfResponse;
-import org.onap.vid.aai.AaiOverTLSClientInterface;
 import org.onap.vid.aai.AaiResponse;
 import org.onap.vid.aai.AaiResponseTranslator;
 import org.onap.vid.aai.ExceptionWithRequestInfo;