Skip to content

Commit 1de45ce

Browse files
copy-paste error
[ci skip]
1 parent 6c40aa9 commit 1de45ce

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
@@ -109,7 +109,7 @@ default MountBuilder setVolumeId(String volumeId) {
109109
*
110110
* @param volumeName String conforming with the os-dependent naming restrictions
111111
* @return <code>this</code>
112-
* @throws UnsupportedOperationException If {@link MountCapability#VOLUME_ID} is not supported
112+
* @throws UnsupportedOperationException If {@link MountCapability#VOLUME_NAME} is not supported
113113
*/
114114
@Contract("_ -> this")
115115
default MountBuilder setVolumeName(String volumeName) {

0 commit comments

Comments
 (0)