Przeglądaj źródła

Cleaned up MountPointRequirement

See: https://github.com/cryptomator/cryptomator/pull/1307#discussion_r472827299
See: https://github.com/cryptomator/cryptomator/pull/1307#discussion_r472826920
JaniruTEC 4 lat temu
rodzic
commit
3ecc0cf906

+ 1 - 9
main/commons/src/main/java/org/cryptomator/common/vaults/MountPointRequirement.java

@@ -22,15 +22,7 @@ public enum MountPointRequirement {
 	PARENT_OPT_MOUNT_POINT,
 
 	/**
-	 * The actual Mountpoint must exist, must be empty and the parent must exist aswell.
+	 * The actual Mountpoint must exist and must be empty.
 	 */
 	EMPTY_MOUNT_POINT;
-
-//	/**
-//	 * The actual Mountpoint must exist and may contain files.
-//	 */
-//	MOUNT_POINT;
-
-
-
 }