Skip to content

Commit

Permalink
FINERACT-1724 Fix compilation issue after auto rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
reluxa authored and adamsaghy committed Nov 30, 2023
1 parent ea68edc commit 5e5511f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,4 @@ public static class InterestRateFrequencyType {
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"));
}
}

0 comments on commit 5e5511f

Please sign in to comment.