NotInOrg.java-Replace the type specification in this constructor call with the diamon... 92/98292/1
authorThugutla sailakshmi <tsaila10@in.ibm.com>
Tue, 12 Nov 2019 11:15:39 +0000 (16:45 +0530)
committerThugutla sailakshmi <tsaila10@in.ibm.com>
Tue, 12 Nov 2019 11:15:54 +0000 (16:45 +0530)
Issue-ID: AAF-876
Change-Id: I84ec99f43ad23cdd4b167eeec90dc80bbdc1d210
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/NotInOrg.java

index 82542e1..fadd068 100644 (file)
@@ -99,7 +99,7 @@ public class NotInOrg extends Batch {
     @Override
     protected void run(AuthzTrans trans) {
         try {
-            Map<String,Boolean> checked = new TreeMap<String, Boolean>();
+            Map<String,Boolean> checked = new TreeMap<>();
             trans.info().log("Process Organization Identities");
             trans.info().log("User Roles");