Skip to content
Snippets Groups Projects
Commit 839cb0a3 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#749 - refactor: renamed method

parent 69a2b456
Branches
Tags
No related merge requests found
......@@ -173,7 +173,7 @@ public class HelpersService
return transaction.getAmount();
}
public int getAccountBudget()
public int getCurrentAccountBudget()
{
Account currentAccount = getCurrentAccount();
final LocalDate endDate = DateHelper.getCurrentDate();
......@@ -188,6 +188,7 @@ public class HelpersService
return sum;
}
public List<RepeatingModifierType> getRepeatingModifierTypes()
{
return Arrays.asList(RepeatingModifierType.values());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment