diff options
author | Thugutla sailakshmi <tsaila10@in.ibm.com> | 2019-11-12 16:43:36 +0530 |
---|---|---|
committer | Thugutla sailakshmi <tsaila10@in.ibm.com> | 2019-11-12 16:43:53 +0530 |
commit | 40a330fcd066cfdfa5c35364d8b5c94a7d243b57 (patch) | |
tree | 80dc9d2b91f0d50b04ff6dd3a40ace1dc9ed7f01 /auth/auth-batch/src | |
parent | 333a035c095351e496328ec72c82beb65507e71b (diff) |
ApprovedRpt.java-remove the block of comments
Issue-ID: AAF-876
Change-Id: I0008769d9aebab38f60d770fc7f2c5da04b96897
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
Diffstat (limited to 'auth/auth-batch/src')
-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); |