Remove Unused Import 80/92880/1
authoranushadasari <danush10@in.ibm.com>
Wed, 7 Aug 2019 11:48:14 +0000 (17:18 +0530)
committeranushadasari <danush10@in.ibm.com>
Wed, 7 Aug 2019 11:48:30 +0000 (17:18 +0530)
commitebcc0756939e3883d91c74527fb6b5be813cfcd6
treeb97b4421a95352501b56437d8097763960641fb0
parent6f674e900985ef640c79dbb31034dc85ca447d93
Remove 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-563
Change-Id: Id88ce00cca08b58e0ac4beb60026c9dae5dd892e
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/java/org/onap/vid/model/Subscriber.java