From 0d9d477f4b41ae78d3b87f6f0ded778b70127a83 Mon Sep 17 00:00:00 2001 From: Thugutla sailakshmi Date: Thu, 3 Oct 2019 19:03:23 +0530 Subject: [PATCH] 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 --- .../src/main/java/org/onap/aaf/auth/batch/reports/Notify.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.16.6