From 4dcf1fc0d60376f7faafdb8184dcefbcc0426f80 Mon Sep 17 00:00:00 2001 From: Thugutla sailakshmi Date: Tue, 12 Nov 2019 16:45:39 +0530 Subject: [PATCH] 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 --- .../src/main/java/org/onap/aaf/auth/batch/reports/NotInOrg.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.16.6