Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Feb 24, 2023
2 parents 70c989f + a82a04d commit 6ca6116
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cryptomator</groupId>
<artifactId>fuse-nio-adapter</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<name>FUSE-NIO-Adapter</name>
<description>Access resources at a given NIO path via FUSE.</description>
<url>https://github.com/cryptomator/fuse-nio-adapter</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public MountBuilder forFileSystem(Path vfsRoot) {

private static class WinFspNetworkMountBuilder extends WinFspMountBuilder {

private String volumeName;
private String loopbackHostName = "localhost";

public WinFspNetworkMountBuilder(Path vfsRoot) {
Expand Down

0 comments on commit 6ca6116

Please sign in to comment.