mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-07 04:05:17 +00:00
8233749: Files.exists javadoc doesn't mention eating IOException
Reviewed-by: lancea, alanb
This commit is contained in:
parent
ec199072c5
commit
239a35aa91
@ -2514,6 +2514,7 @@ public final class Files {
|
||||
* read access to the file.
|
||||
*
|
||||
* @see #notExists
|
||||
* @see FileSystemProvider#checkAccess
|
||||
*/
|
||||
public static boolean exists(Path path, LinkOption... options) {
|
||||
if (options.length == 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user