X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-batch%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faaf%2Fauth%2Fbatch%2Freports%2FNotInOrg.java;fp=auth%2Fauth-batch%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faaf%2Fauth%2Fbatch%2Freports%2FNotInOrg.java;h=fadd0682a336bbba67b0490da0acadd8a79e09d2;hb=4dcf1fc0d60376f7faafdb8184dcefbcc0426f80;hp=82542e15ec2ff1acc087d4e9226335d40d44b223;hpb=333a035c095351e496328ec72c82beb65507e71b;p=aaf%2Fauthz.git 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");