Merge "Sonar fix: BatchDataView.java"
authorJonathan Gathman <jonathan.gathman@att.com>
Tue, 17 Sep 2019 08:13:39 +0000 (08:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 17 Sep 2019 08:13:39 +0000 (08:13 +0000)
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/BatchDataView.java

index b5d25a4..9906f49 100644 (file)
@@ -3,6 +3,8 @@
  * org.onap.aaf
  * ===========================================================================
  * Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+ *
+ * Modification Copyright (c) 2019 IBM
  * ===========================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -133,8 +135,6 @@ public class BatchDataView implements DataView {
         sb.append(add.id.toString());
         sb.append(COMMA_QUOTE);
         sb.append(add.approver);
-//        sb.append(QUOTE_COMMA_QUOTE);
-//        sb.append(Chrono.utcStamp(add.last_notified));
         sb.append(QUOTE_COMMA_QUOTE);
         sb.append(add.memo.replace("'", "''"));
         sb.append(QUOTE_COMMA_QUOTE);