Merge "NotInOrg.java-Replace the type specification in this constructor call with...
authorJonathan Gathman <jonathan.gathman@att.com>
Thu, 5 Dec 2019 14:55:48 +0000 (14:55 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 5 Dec 2019 14:55:48 +0000 (14:55 +0000)
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");