Skip to content
Snippets Groups Projects
Commit 981200ef authored by Harry Linrui Xu's avatar Harry Linrui Xu
Browse files

Removed duplicate get methods in Overview, as a result from merging conflict

parent 9507a68f
No related branches found
No related tags found
3 merge requests!43Merging frontend-testing into master,!38"Made progressbar dynamic in accordance to spending. Added balance field....,!37Made the sub progress bars respond to changes in expense
Pipeline #215910 passed
......@@ -42,31 +42,6 @@ public class Overview {
this.expenseRegister = expenseRegister;
this.budget = budget;
updateBalance();
this.budget = budget;
}
/**
* Get the IncomeRegister of the Overview.
* @return IncomeRegister
*/
public IncomeRegister getIncomeRegister() {
return incomeRegister;
}
/**
* Get the ExpenseRegister of the Overview.
* @return ExpenseRegister
*/
public ExpenseRegister getExpenseRegister() {
return expenseRegister;
}
/**
* Get the GeneralBudget of the Overview.
* @return GeneralBudget
*/
public GeneralBudget getBudget() {
return budget;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment