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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to