diff options
author | Thugutla sailakshmi <tsaila10@in.ibm.com> | 2019-09-12 22:30:59 +0530 |
---|---|---|
committer | Jonathan Gathman <jonathan.gathman@att.com> | 2019-09-17 08:31:51 +0000 |
commit | dea369c59b0f98692044502973ea93d9fa34ed5c (patch) | |
tree | e74ee9400fff97c8dd6dbec1bcd465ac1b8bd6d9 /auth | |
parent | e7a7a34829600a24e5ee87cdc94d5a49ccc15c0f (diff) |
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 <tsaila10@in.ibm.com>
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/Notify.java | 2 |
1 files changed, 0 insertions, 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(); } |