diff options
author | Jonathan Gathman <jonathan.gathman@att.com> | 2019-12-03 16:24:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-03 16:24:46 +0000 |
commit | 6ed08a09884add852d9bde3ffebaf47658f8c50c (patch) | |
tree | 145b93db76ab05da83b5aff88021962fa2f68772 | |
parent | dfdf3fd560eb6d9ce340515977a7bd7b3e3d1fb5 (diff) | |
parent | 40a330fcd066cfdfa5c35364d8b5c94a7d243b57 (diff) |
Merge "ApprovedRpt.java-remove the block of comments"
-rw-r--r-- | auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/ApprovedRpt.java | 7 |
1 files changed, 0 insertions, 7 deletions
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); |