Skip to content

Commit

Permalink
#749 - refactor: renamed method
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlocker8 committed Jun 22, 2023
1 parent bc2ae91 commit 04b397d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public int getAmount(Transaction transaction, Account account)
return transaction.getAmount();
}

public int getAccountBudget()
public int getCurrentAccountBudget()
{
Account currentAccount = getCurrentAccount();
final LocalDate endDate = DateHelper.getCurrentDate();
Expand All @@ -188,6 +188,7 @@ public int getAccountBudget()
return sum;
}


public List<RepeatingModifierType> getRepeatingModifierTypes()
{
return Arrays.asList(RepeatingModifierType.values());
Expand Down

0 comments on commit 04b397d

Please sign in to comment.