This commit is contained in:
crschnick
2024-10-22 17:21:31 +00:00
parent 4b15af2f17
commit 64d4a8bd82
19 changed files with 428 additions and 40 deletions

View File

@@ -2,5 +2,5 @@ package io.xpipe.core.store;
public interface FileSystemStore extends DataStore {
FileSystem createFileSystem();
FileSystem createFileSystem() throws Exception;
}