mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8233749: Files.exists javadoc doesn't mention eating IOException
Reviewed-by: lancea, alanb
This commit is contained in:
parent
ec199072c5
commit
239a35aa91
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue