Fix for pss io

This commit is contained in:
crschnick
2023-04-24 15:11:40 +00:00
parent 4e124466f8
commit 2c8a08b690

View File

@@ -15,10 +15,10 @@ import java.util.stream.Stream;
public class ConnectionFileSystem implements FileSystem {
@JsonIgnore
private final ShellControl shellControl;
protected final ShellControl shellControl;
@JsonIgnore
private final ShellStore store;
protected final ShellStore store;
public ConnectionFileSystem(ShellControl shellControl, ShellStore store) {
this.shellControl = shellControl;