From dea369c59b0f98692044502973ea93d9fa34ed5c Mon Sep 17 00:00:00 2001 From: Thugutla sailakshmi Date: Thu, 12 Sep 2019 22:30:59 +0530 Subject: [PATCH 1/1] Notify.java -remove the commented block of code Notify.java -remove the commented block of code Issue-ID: AAF-876 Change-Id: I79a9cdf598bc083719eaed43c113e2426d3831c8 Signed-off-by: Thugutla sailakshmi --- .../src/main/java/org/onap/aaf/auth/batch/reports/Notify.java | 2 -- 1 file changed, 2 deletions(-) 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 a040804d..5ad6163f 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 @@ -309,8 +309,6 @@ import org.onap.aaf.misc.env.util.Chrono; rs.row("appr", id,p.qty(),batchEnv); npab.store(rs.asList()); if(notify(noAvg, npab)>0) { - // Update -// lastN.update(cbl.inc(),key,"pending",""); npab.record(trans,cbl.inc(), id, idList, lastN); npab.inc(); } -- 2.16.6