Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 13608b8

Browse files
factory only useful if public 🙈
1 parent cdf0cfe commit 13608b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/cryptomator/cloudaccess/CloudAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ private CloudAccess() {
1616
* @param folder An existing folder on the (local) default file system.
1717
* @return A cloud access provider that provides access to the given local directory.
1818
*/
19-
static CloudProvider toLocalFileSystem(Path folder) {
19+
public static CloudProvider toLocalFileSystem(Path folder) {
2020
return new LocalFsCloudProvider(folder);
2121
}
2222

0 commit comments

Comments
 (0)