Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Apr 12, 2019
2 parents 7bd5389 + e54636b commit bad124b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/cryptomator/fuse-nio-adapter/issues/29">cryptomator/fuse-nio-adapter#29</a>
/*
* 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() {
Expand Down

0 comments on commit bad124b

Please sign in to comment.