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)
commitc65f0fc6b0d0be3fbeba4d57896fa04b42f5aae3
treeac08c478186ef9578c8dc4cfd72e789b2b22cde9
parent6defdf50b9de3795118a0652cfad0b8dabf3a497
Unused Import

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