mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-20 17:46:52 -04:00
code cleanup
This commit is contained in:
@@ -3,6 +3,7 @@ package org.cryptomator.common.mount;
|
||||
import org.cryptomator.integrations.mount.MountFailedException;
|
||||
|
||||
public class FuseRestartRequiredException extends MountFailedException {
|
||||
|
||||
public FuseRestartRequiredException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ import com.google.common.base.CharMatcher;
|
||||
import com.google.common.base.Strings;
|
||||
import com.google.common.io.BaseEncoding;
|
||||
import org.jetbrains.annotations.VisibleForTesting;
|
||||
|
||||
import javafx.beans.Observable;
|
||||
import javafx.beans.binding.Bindings;
|
||||
import javafx.beans.binding.StringExpression;
|
||||
|
||||
@@ -19,10 +19,10 @@ public class UnlockFuseRestartRequiredController implements FxController {
|
||||
private final Vault vault;
|
||||
|
||||
@Inject
|
||||
UnlockFuseRestartRequiredController(@UnlockWindow Stage window,
|
||||
ResourceBundle resourceBundle,
|
||||
FxApplicationWindows appWindows,
|
||||
@UnlockWindow Vault vault) {
|
||||
UnlockFuseRestartRequiredController(@UnlockWindow Stage window, //
|
||||
ResourceBundle resourceBundle, //
|
||||
FxApplicationWindows appWindows, //
|
||||
@UnlockWindow Vault vault) {
|
||||
this.window = window;
|
||||
this.resourceBundle = resourceBundle;
|
||||
this.appWindows = appWindows;
|
||||
|
||||
Reference in New Issue
Block a user