소스 검색

adjust comment

Armin Schrenk 2 년 전
부모
커밋
827f9ad141
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/org/cryptomator/common/mount/MountModule.java

+ 1 - 1
src/main/java/org/cryptomator/common/mount/MountModule.java

@@ -57,7 +57,7 @@ public class MountModule {
 			firstUsedProblematicFuseMountService.set(targetedService);
 		}
 
-		//make sure that the first used problematic fuse service is always used
+		//do not use the targeted mount service and fallback to former one, if the service is problematic _and_ not the first problematic one used.
 		if (targetIsProblematicFuse && !firstUsedProblematicFuseMountService.get().equals(targetedService)) {
 			return new ActualMountService(formerSelectedMountService.get(), false);
 		} else {