Remove Unused Import 65/92865/1
authoranushadasari <danush10@in.ibm.com>
Wed, 7 Aug 2019 09:05:44 +0000 (14:35 +0530)
committeranushadasari <danush10@in.ibm.com>
Wed, 7 Aug 2019 09:22:55 +0000 (14:52 +0530)
commitf68b17453d78f9522afdef1d39dd11dc3cec2412
tree8e4ff800106030b45f2bacc5b9f7dfac217ca9b9
parentf727f876191f815a850b89eb501f49bfd6e65c5d
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

Change-Id: I05b40d390175827e6be72c400fa7084c9154b053
Issue-ID: AAF-933
Signed-off-by: anushadasari <danush10@in.ibm.com>
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/ApprovedRpt.java