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 6c40aa9 commit 1de45ceCopy full SHA for 1de45ce
src/main/java/org/cryptomator/integrations/mount/MountBuilder.java
@@ -109,7 +109,7 @@ default MountBuilder setVolumeId(String volumeId) {
109
*
110
* @param volumeName String conforming with the os-dependent naming restrictions
111
* @return <code>this</code>
112
- * @throws UnsupportedOperationException If {@link MountCapability#VOLUME_ID} is not supported
+ * @throws UnsupportedOperationException If {@link MountCapability#VOLUME_NAME} is not supported
113
*/
114
@Contract("_ -> this")
115
default MountBuilder setVolumeName(String volumeName) {
0 commit comments