Skip to content
Snippets Groups Projects
Commit 6925fdd1 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Cleanup

parent 52923065
No related branches found
No related tags found
No related merge requests found
...@@ -35,10 +35,10 @@ public class ProjectSettingsViewController extends NVC implements IProjectSettin ...@@ -35,10 +35,10 @@ public class ProjectSettingsViewController extends NVC implements IProjectSettin
@FXML @FXML
private Button finishButton; private Button finishButton;
private List<ProjectSettingsTabViewController> tabs = new ArrayList<>(); private final List<ProjectSettingsTabViewController> tabs = new ArrayList<>();
private Project project; private final Project project;
private Runnable onFinish; private final Runnable onFinish;
public ProjectSettingsViewController(Screen currentScreen, Window owner, Project project, Runnable onFinish) { public ProjectSettingsViewController(Screen currentScreen, Window owner, Project project, Runnable onFinish) {
load("view/option/project", "ProjectSettingsView", Localization.getBundle()); load("view/option/project", "ProjectSettingsView", Localization.getBundle());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment