mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8190502: (fs) Typo in java.nio.file.Files
S/subsequence/subsequent/g Reviewed-by: alanb
This commit is contained in:
parent
95c6c8ce11
commit
5b91b26ccb
1 changed files with 2 additions and 2 deletions
|
@ -2401,7 +2401,7 @@ public final class Files {
|
||||||
*
|
*
|
||||||
* <p> Note that the result of this method is immediately outdated. If this
|
* <p> Note that the result of this method is immediately outdated. If this
|
||||||
* method indicates the file exists then there is no guarantee that a
|
* method indicates the file exists then there is no guarantee that a
|
||||||
* subsequence access will succeed. Care should be taken when using this
|
* subsequent access will succeed. Care should be taken when using this
|
||||||
* method in security sensitive applications.
|
* method in security sensitive applications.
|
||||||
*
|
*
|
||||||
* @param path
|
* @param path
|
||||||
|
@ -2458,7 +2458,7 @@ public final class Files {
|
||||||
* or not then both methods return {@code false}. As with the {@code exists}
|
* or not then both methods return {@code false}. As with the {@code exists}
|
||||||
* method, the result of this method is immediately outdated. If this
|
* method, the result of this method is immediately outdated. If this
|
||||||
* method indicates the file does exist then there is no guarantee that a
|
* method indicates the file does exist then there is no guarantee that a
|
||||||
* subsequence attempt to create the file will succeed. Care should be taken
|
* subsequent attempt to create the file will succeed. Care should be taken
|
||||||
* when using this method in security sensitive applications.
|
* when using this method in security sensitive applications.
|
||||||
*
|
*
|
||||||
* @param path
|
* @param path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue