Remove.java-Replace the type specification in this constructor call with the diamond... 93/98293/1
authorThugutla sailakshmi <tsaila10@in.ibm.com>
Tue, 12 Nov 2019 11:36:48 +0000 (17:06 +0530)
committerThugutla sailakshmi <tsaila10@in.ibm.com>
Tue, 12 Nov 2019 11:36:54 +0000 (17:06 +0530)
Issue-ID: AAF-876
Change-Id: I55899d3dc94bd9c7b046ded84cf2b53816ddc354
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/update/Remove.java

index 3d26ce9..7c516b1 100644 (file)
@@ -111,7 +111,7 @@ public class Remove extends Batch {
         final Holder<Boolean> ur = new Holder<>(false);
         final Holder<Boolean> cred = new Holder<>(false);
         final Holder<Boolean> x509 = new Holder<>(false);
-        final Holder<String> memoFmt = new Holder<String>("");
+        final Holder<String> memoFmt = new Holder<>("");
         final HistoryDAO.Data hdd = new HistoryDAO.Data();
         final String orgName = trans.org().getName();