From 3ecc0cf9060d670b30a27410279dde3080056485 Mon Sep 17 00:00:00 2001 From: JaniruTEC Date: Wed, 19 Aug 2020 14:43:18 +0200 Subject: [PATCH] Cleaned up MountPointRequirement See: https://github.com/cryptomator/cryptomator/pull/1307#discussion_r472827299 See: https://github.com/cryptomator/cryptomator/pull/1307#discussion_r472826920 --- .../common/vaults/MountPointRequirement.java | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/main/commons/src/main/java/org/cryptomator/common/vaults/MountPointRequirement.java b/main/commons/src/main/java/org/cryptomator/common/vaults/MountPointRequirement.java index 192079220..84a798e59 100644 --- a/main/commons/src/main/java/org/cryptomator/common/vaults/MountPointRequirement.java +++ b/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; - - - } \ No newline at end of file