Skip to content
Snippets Groups Projects
Commit c4a1fe14 authored by Harry Linrui XU's avatar Harry Linrui XU
Browse files

Refactored method call

parent 6102913e
No related branches found
No related tags found
1 merge request!52Added tests for new classes
......@@ -603,7 +603,7 @@ public class IncomeExpenseController extends FinanceController {
saveDisposableIncomeToFile();
} else if (event.getSource() == returnBtn) {
loader.setLocation(getClass().getResource("/view/FirstMenu.fxml"));
FileHandlingBudgetArchive.deleteBudgetDirectory("budgets/" + FileHandlingSelectedBudget
FileHandlingSelectedBudget.deleteBudgetDirectory("budgets/" + FileHandlingSelectedBudget
.readSelectedBudget("budgets/SelectedBudget"));
FileHandlingSelectedBudget.clearSelectedBudget("budgets/SelectedBudget");
}
......
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