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

adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5e5511f70 FINERACT-1724 Fix compilation issue after auto rebase
5e5511f70 is described below

commit 5e5511f70a134f44780da773486c0468e6eae6be
Author: Peter Bagrij <peter.bag...@dpc.hu>
AuthorDate: Thu Nov 30 13:07:14 2023 +0100

    FINERACT-1724 Fix compilation issue after auto rebase
---
 .../org/apache/fineract/integrationtests/BaseLoanIntegrationTest.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/BaseLoanIntegrationTest.java
 
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/BaseLoanIntegrationTest.java
index 469f3f339..64d8ca86d 100644
--- 
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/BaseLoanIntegrationTest.java
+++ 
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/BaseLoanIntegrationTest.java
@@ -499,8 +499,4 @@ public abstract class BaseLoanIntegrationTest {
         public static final Integer YEARS = 3;
     }
 
-    public void updateBusinessDate(String date) {
-        businessDateHelper.updateBusinessDate(
-                new 
BusinessDateRequest().type(BUSINESS_DATE.getName()).date(date).dateFormat(DATETIME_PATTERN).locale("en"));
-    }
 }

Reply via email to