Skip to content

Commit e4f475a

Browse files
committed
Add more documentation to feature VOLUME_ID
1 parent a00a7fa commit e4f475a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -79,7 +79,7 @@ default MountBuilder setReadOnly(boolean mountReadOnly) {
7979
/**
8080
* Sets a unique volume id.
8181
*
82-
* @param volumeId Volume id
82+
* @param volumeId String conforming with the os-dependent path component restrictions
8383
* @return <code>this</code>
8484
* @throws UnsupportedOperationException If {@link MountFeature#VOLUME_ID} is not supported
8585
*/

0 commit comments

Comments
 (0)