unused import 41/93941/1
authoranushadasari <danush10@in.ibm.com>
Tue, 20 Aug 2019 09:30:49 +0000 (15:00 +0530)
committeranushadasari <danush10@in.ibm.com>
Tue, 20 Aug 2019 09:31:04 +0000 (15:01 +0530)
commit6d53372256c01c3f0bf88cb95301322954e2471e
tree3a8a726e1087b16f7ff65b29124994f0c83b210d
parent8304a47a1fc59d6f6af0c957c96946e5cf099309
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-580
Change-Id: I3ea680af37477b564d02fcc9b58956b3958d184d
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/java/org/onap/vid/services/AsyncInstantiationBusinessLogicImpl.java