From: Thugutla sailakshmi Date: Thu, 12 Sep 2019 17:00:59 +0000 (+0530) Subject: Notify.java -remove the commented block of code X-Git-Tag: 2.1.17~127 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=dea369c59b0f98692044502973ea93d9fa34ed5c;hp=e7a7a34829600a24e5ee87cdc94d5a49ccc15c0f;p=aaf%2Fauthz.git 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 --- 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(); }