Browse Source

mark fuse.experimental deprecated
[ci skip]

Sebastian Stenzel 4 years ago
parent
commit
046acb9bbf

+ 1 - 0
main/commons/src/main/java/org/cryptomator/common/Environment.java

@@ -75,6 +75,7 @@ public class Environment {
 		return getInt("cryptomator.minPwLength", DEFAULT_MIN_PW_LENGTH);
 	}
 
+	@Deprecated // TODO: remove as soon as custom mount path works properly on Win+Fuse
 	public boolean useExperimentalFuse() {
 		return Boolean.getBoolean("fuse.experimental");
 	}