renaming method in removeVaultModule

This commit is contained in:
Armin Schrenk
2019-09-04 16:22:32 +02:00
parent efaf5a1553
commit e1a1f0bbdb
@@ -45,8 +45,8 @@ abstract class RemoveVaultModule {
@Provides
@FxmlScene(FxmlFile.REMOVE_VAULT)
@RemoveVaultScoped
static Scene provideUnlockScene(@RemoveVault FXMLLoaderFactory fxmlLoaders) {
return fxmlLoaders.createScene("/fxml/remove_vault.fxml"); // TODO rename fxml file
static Scene provideRemoveVaultScene(@RemoveVault FXMLLoaderFactory fxmlLoaders) {
return fxmlLoaders.createScene("/fxml/remove_vault.fxml");
}
// ------------------