mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-25 17:07:26 -04:00
Fix for pss io
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user