Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Dec 11, 2023
1 parent d4ab1cf commit d74dfd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public void checkAccess(Path path, AccessMode... modes) throws IOException {
}
}

if (!exists(jappPath)) {
if (!Files.exists(jappPath)) {
throw new NoSuchFileException(path.toString());
}
}
Expand Down

0 comments on commit d74dfd2

Please sign in to comment.