From: Thugutla sailakshmi Date: Thu, 3 Oct 2019 13:33:23 +0000 (+0530) Subject: Notify.java-Replace type specification in this constructor call with the diamond... X-Git-Tag: 2.1.17~101 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=commitdiff_plain;h=0d9d477f4b41ae78d3b87f6f0ded778b70127a83 Notify.java-Replace type specification in this constructor call with the diamond operator Issue-ID: AAF-876 Change-Id: If938fa18b1363b125fc78faf612952ab3c32f254 Signed-off-by: Thugutla sailakshmi --- diff --git a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/Notify.java b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/Notify.java index 5ad6163f..54cb7378 100644 --- a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/Notify.java +++ b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/Notify.java @@ -290,7 +290,7 @@ import org.onap.aaf.misc.env.util.Chrono; Pending p; tt = trans.start("Notify for Pending", Trans.SUB); - List idList = new ArrayList(); + List idList = new ArrayList<>(); String id; try { for(Entry es : mpending.entrySet()) {