Notify.java -remove the commented block of code 98/95598/2
authorThugutla sailakshmi <tsaila10@in.ibm.com>
Thu, 12 Sep 2019 17:00:59 +0000 (22:30 +0530)
committerJonathan Gathman <jonathan.gathman@att.com>
Tue, 17 Sep 2019 08:31:51 +0000 (08:31 +0000)
Notify.java -remove the commented block of code

Issue-ID: AAF-876
Change-Id: I79a9cdf598bc083719eaed43c113e2426d3831c8
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/Notify.java

index a040804..5ad6163 100644 (file)
@@ -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();
                         }