Skip to content

Commit

Permalink
Fix a small test of SshFilesystemAmaze
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelMess committed Feb 20, 2022
1 parent be57c3d commit 8569649
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public boolean canRead(AmazeFile f, @NonNull ContextProvider contextProvider) {
throw new NotImplementedError();
}
public boolean canAccess(AmazeFile f, @NonNull ContextProvider contextProvider) {
throw new NotImplementedError();
return exists(f, contextProvider);
}

public boolean setExecutable(AmazeFile f, boolean enable, boolean owneronly) {
Expand Down

0 comments on commit 8569649

Please sign in to comment.