You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dy...@apache.org on 2022/11/01 15:39:51 UTC

[incubator-datalab] branch DATALAB-3082 updated: fix typo

This is an automated email from the ASF dual-hosted git repository.

dyankiv pushed a commit to branch DATALAB-3082
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-3082 by this push:
     new 8ec729101 fix typo
8ec729101 is described below

commit 8ec729101c59ec7a9f8a93ec35c6b6c78e996472
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Tue Nov 1 17:39:14 2022 +0200

    fix typo
---
 .../src/main/java/com/epam/datalab/backendapi/util/BillingUtils.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/java/com/epam/datalab/backendapi/util/BillingUtils.java b/services/self-service/src/main/java/com/epam/datalab/backendapi/util/BillingUtils.java
index c2ec21a1c..93f887b52 100644
--- a/services/self-service/src/main/java/com/epam/datalab/backendapi/util/BillingUtils.java
+++ b/services/self-service/src/main/java/com/epam/datalab/backendapi/util/BillingUtils.java
@@ -330,7 +330,7 @@ public class BillingUtils {
      */
     public static String getHeader(boolean isReportHeaderCompletable) {
         if (!isReportHeaderCompletable) {
-            return CSVFormatter.formatLine(Arrays.asList(BillingUtils.m), CSVFormatter.SEPARATOR);
+            return CSVFormatter.formatLine(Arrays.asList(BillingUtils.BILLING_FILTERED_REPORT_HEADERS), CSVFormatter.SEPARATOR);
         }
         return CSVFormatter.formatLine(Arrays.asList(BillingUtils.COMPLETE_REPORT_REPORT_HEADERS), CSVFormatter.SEPARATOR);
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org