mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8274195: Doc cleanup in java.nio.file
Reviewed-by: alanb, lancea, bpb
This commit is contained in:
parent
1fdc656084
commit
5ffbe75557
2 changed files with 4 additions and 4 deletions
|
@ -1203,8 +1203,8 @@ public final class Files {
|
|||
* which case the method completes without copying the file. File attributes
|
||||
* are not required to be copied to the target file. If symbolic links are
|
||||
* supported, and the file is a symbolic link, then the final target of the
|
||||
* link is copied. If the file is a directory then it creates an empty
|
||||
* directory in the target location (entries in the directory are not
|
||||
* link is copied. If the file is a directory then an empty directory is
|
||||
* created in the target location (entries in the directory are not
|
||||
* copied). This method can be used with the {@link #walkFileTree
|
||||
* walkFileTree} method to copy a directory and all entries in the directory,
|
||||
* or an entire <i>file-tree</i> where required.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue