commit | 6ed08a09884add852d9bde3ffebaf47658f8c50c | [log] [tgz] |
---|---|---|
author | Jonathan Gathman <jonathan.gathman@att.com> | Tue Dec 03 16:24:46 2019 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Tue Dec 03 16:24:46 2019 +0000 |
tree | 145b93db76ab05da83b5aff88021962fa2f68772 | |
parent | dfdf3fd560eb6d9ce340515977a7bd7b3e3d1fb5 [diff] | |
parent | 40a330fcd066cfdfa5c35364d8b5c94a7d243b57 [diff] |
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 a6c49f0..408a17b 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 @@ 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);