You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/cryptomator/integrations/mount/MountBuilder.java
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,10 @@ public interface MountBuilder {
21
21
*
22
22
* @param mountPoint Where to mount the volume
23
23
* @return <code>this</code>
24
-
* @throws UnsupportedOperationException If {@link MountFeature#MOUNT_POINT_EMPTY_DIR} is not supported // TODO: what MOUNT_POINT_* features do we really need?
0 commit comments