diff --git a/src/main/java/org/cryptomator/frontend/fuse/ReadOnlyAdapter.java b/src/main/java/org/cryptomator/frontend/fuse/ReadOnlyAdapter.java index 80ca9a8..62c64c0 100644 --- a/src/main/java/org/cryptomator/frontend/fuse/ReadOnlyAdapter.java +++ b/src/main/java/org/cryptomator/frontend/fuse/ReadOnlyAdapter.java @@ -247,9 +247,9 @@ public boolean isMounted() { return mounted.get(); } - /** - * @implNote We overwrite the default implementation to skip the "internal" unmount command, because we want to use system commands instead. - * @see cryptomator/fuse-nio-adapter#29 + /* + * We overwrite the default implementation to skip the "internal" unmount command, because we want to use system commands instead. + * See also: https://github.com/cryptomator/fuse-nio-adapter/issues/29 */ @Override public void umount() {