From: Thugutla sailakshmi Date: Tue, 12 Nov 2019 11:15:39 +0000 (+0530) Subject: NotInOrg.java-Replace the type specification in this constructor call with the diamon... X-Git-Tag: 2.1.17~20^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=commitdiff_plain;h=4dcf1fc0d60376f7faafdb8184dcefbcc0426f80 NotInOrg.java-Replace the type specification in this constructor call with the diamond operator ("<>"). Issue-ID: AAF-876 Change-Id: I84ec99f43ad23cdd4b167eeec90dc80bbdc1d210 Signed-off-by: Thugutla sailakshmi --- diff --git a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/NotInOrg.java b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/NotInOrg.java index 82542e15..fadd0682 100644 --- a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/NotInOrg.java +++ b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/NotInOrg.java @@ -99,7 +99,7 @@ public class NotInOrg extends Batch { @Override protected void run(AuthzTrans trans) { try { - Map checked = new TreeMap(); + Map checked = new TreeMap<>(); trans.info().log("Process Organization Identities"); trans.info().log("User Roles");