Skip to content

Commit 040bcce

Browse files
committed
doc doc
1 parent d3469bf commit 040bcce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/cryptomator/integrations/mount/MountBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ default MountBuilder setLoopbackPort(@Range(from = 0, to = Short.MAX_VALUE) int
5252
/**
5353
* Sets the mount point.
5454
* <p>
55-
* Unless the mount provide supports {@link MountCapability#MOUNT_TO_SYSTEM_CHOSEN_PATH}, setting a mount point is required.
55+
* Unless the mount service provider supports {@link MountCapability#MOUNT_TO_SYSTEM_CHOSEN_PATH}, setting a mount point is required.
5656
*
5757
* @param mountPoint Where to mount the volume
5858
* @return <code>this</code>

src/main/java/org/cryptomator/integrations/mount/MountCapability.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public enum MountCapability {
5959
MOUNT_AS_DRIVE_LETTER,
6060

6161
/**
62-
* The provider supports suggesting a default mount point, if no mount point is set via {@link MountBuilder#setMountpoint(Path)}.
62+
* The service provider supports suggesting a default mount point, if no mount point is set via {@link MountBuilder#setMountpoint(Path)}.
6363
*/
6464
MOUNT_TO_SYSTEM_CHOSEN_PATH,
6565

0 commit comments

Comments
 (0)