We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00a7fa commit e4f475aCopy full SHA for e4f475a
src/main/java/org/cryptomator/integrations/mount/MountBuilder.java
@@ -79,7 +79,7 @@ default MountBuilder setReadOnly(boolean mountReadOnly) {
79
/**
80
* Sets a unique volume id.
81
*
82
- * @param volumeId Volume id
+ * @param volumeId String conforming with the os-dependent path component restrictions
83
* @return <code>this</code>
84
* @throws UnsupportedOperationException If {@link MountFeature#VOLUME_ID} is not supported
85
*/
0 commit comments