From: anushadasari Date: Wed, 7 Aug 2019 09:05:44 +0000 (+0530) Subject: Remove Unused Import X-Git-Tag: 2.1.17~174^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f68b17453d78f9522afdef1d39dd11dc3cec2412;hp=f727f876191f815a850b89eb501f49bfd6e65c5d;p=aaf%2Fauthz.git 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 --- diff --git a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/ApprovedRpt.java b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/ApprovedRpt.java index 7b6e09f5..a943cbc2 100644 --- a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/ApprovedRpt.java +++ b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/ApprovedRpt.java @@ -30,13 +30,10 @@ import java.util.List; import java.util.Map; import java.util.TreeMap; import java.util.UUID; - import org.onap.aaf.auth.batch.Batch; import org.onap.aaf.auth.env.AuthzTrans; import org.onap.aaf.auth.org.OrganizationException; -import org.onap.aaf.cadi.routing.GreatCircle; import org.onap.aaf.cadi.util.CSV; -import org.onap.aaf.cadi.util.CSV.Visitor; import org.onap.aaf.cadi.util.CSV.Writer; import org.onap.aaf.misc.env.APIException; import org.onap.aaf.misc.env.Env;