JaniruTEC
2020-08-19 14:43:18 +02:00
parent ea6925f905
commit 3ecc0cf906

View File

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