Jan-Peter Klein il y a 1 an
Parent
commit
eef5edf775

+ 1 - 0
src/main/java/org/cryptomator/common/mount/FuseRestartRequiredException.java

@@ -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);
 	}

+ 1 - 0
src/main/java/org/cryptomator/common/settings/VaultSettings.java

@@ -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;

+ 4 - 4
src/main/java/org/cryptomator/ui/unlock/UnlockFuseRestartRequiredController.java

@@ -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;

+ 1 - 1
src/main/resources/fxml/unlock_fuse_restart_required.fxml

@@ -5,13 +5,13 @@
 <?import javafx.scene.control.Button?>
 <?import javafx.scene.control.ButtonBar?>
 <?import javafx.scene.control.Label?>
+<?import javafx.scene.control.Tooltip?>
 <?import javafx.scene.Group?>
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.Region?>
 <?import javafx.scene.layout.StackPane?>
 <?import javafx.scene.layout.VBox?>
 <?import javafx.scene.shape.Circle?>
-<?import javafx.scene.control.Tooltip?>
 <HBox xmlns:fx="http://javafx.com/fxml"
 	  xmlns="http://javafx.com/javafx"
 	  fx:controller="org.cryptomator.ui.unlock.UnlockFuseRestartRequiredController"

+ 1 - 1
src/main/resources/fxml/vault_options_mount.fxml

@@ -11,9 +11,9 @@
 <?import javafx.scene.control.RadioButton?>
 <?import javafx.scene.control.TextField?>
 <?import javafx.scene.control.ToggleGroup?>
+<?import javafx.scene.control.Tooltip?>
 <?import javafx.scene.layout.HBox?>
 <?import javafx.scene.layout.VBox?>
-<?import javafx.scene.control.Tooltip?>
 <?import javafx.scene.text.TextFlow?>
 <VBox xmlns:fx="http://javafx.com/fxml"
 	  xmlns="http://javafx.com/javafx"