Notify.java-Replace type specification in this constructor call with the diamond... 66/96566/3
authorThugutla sailakshmi <tsaila10@in.ibm.com>
Thu, 3 Oct 2019 13:33:23 +0000 (19:03 +0530)
committerJonathan Gathman <jonathan.gathman@att.com>
Mon, 14 Oct 2019 14:37:05 +0000 (14:37 +0000)
Issue-ID: AAF-876
Change-Id: If938fa18b1363b125fc78faf612952ab3c32f254
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/Notify.java

index 5ad6163..54cb737 100644 (file)
@@ -290,7 +290,7 @@ import org.onap.aaf.misc.env.util.Chrono;
             Pending p;
             
             tt = trans.start("Notify for Pending", Trans.SUB);
-            List<String> idList = new ArrayList<String>();
+            List<String> idList = new ArrayList<>();
             String id;
             try {
                 for(Entry<String, Pending> es : mpending.entrySet()) {