From: Jonathan Gathman Date: Tue, 3 Dec 2019 16:24:46 +0000 (+0000) Subject: Merge "ApprovedRpt.java-remove the block of comments" X-Git-Tag: 2.1.17~21 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=commitdiff_plain;h=6ed08a09884add852d9bde3ffebaf47658f8c50c;hp=dfdf3fd560eb6d9ce340515977a7bd7b3e3d1fb5 Merge "ApprovedRpt.java-remove the block of comments" --- diff --git a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/ApprovedRpt.java b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/ApprovedRpt.java index a6c49f08..408a17bc 100644 --- a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/ApprovedRpt.java +++ b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/ApprovedRpt.java @@ -63,13 +63,6 @@ public class ApprovedRpt extends Batch { TimeTaken tt0 = trans.start("Cassandra Initialization", Env.SUB); try { -// TimeTaken tt = trans.start("Connect to Cluster", Env.REMOTE); -// try { -// session = cluster.connect(); -// } finally { -// tt.done(); -// } - now = new Date(); String sdate = Chrono.dateOnlyStamp(now); File file = new File(logDir(),APPR_RPT + sdate +CSV);