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 6be3413 commit 3358f2dCopy full SHA for 3358f2d
src/main/java/org/cryptomator/integrations/mount/MountService.java
@@ -74,7 +74,7 @@ default int getDefaultLoopbackPort() {
74
* @param capability The capability
75
* @return {@code true} if supported
76
*/
77
- default boolean supportsCapability(MountCapability capability) {
+ default boolean hasCapability(MountCapability capability) {
78
return capabilities().contains(capability);
79
}
80
0 commit comments