From: Thugutla sailakshmi Date: Tue, 12 Nov 2019 11:36:48 +0000 (+0530) Subject: Remove.java-Replace the type specification in this constructor call with the diamond... X-Git-Tag: 2.1.17~23^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=commitdiff_plain;h=c0e2e6cb76b50fb498bbd1db233d8b3ba661273d Remove.java-Replace the type specification in this constructor call with the diamond operator ("<>") Issue-ID: AAF-876 Change-Id: I55899d3dc94bd9c7b046ded84cf2b53816ddc354 Signed-off-by: Thugutla sailakshmi --- diff --git a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/update/Remove.java b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/update/Remove.java index 3d26ce99..7c516b10 100644 --- a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/update/Remove.java +++ b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/update/Remove.java @@ -111,7 +111,7 @@ public class Remove extends Batch { final Holder ur = new Holder<>(false); final Holder cred = new Holder<>(false); final Holder x509 = new Holder<>(false); - final Holder memoFmt = new Holder(""); + final Holder memoFmt = new Holder<>(""); final HistoryDAO.Data hdd = new HistoryDAO.Data(); final String orgName = trans.org().getName();