mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-21 12:11:28 +00:00
Cleaned up MountPointRequirement
See: https://github.com/cryptomator/cryptomator/pull/1307#discussion_r472827299 See: https://github.com/cryptomator/cryptomator/pull/1307#discussion_r472826920
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user