mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix comment
This commit is contained in:
parent
74d895ccb6
commit
07284d0c62
@ -1116,7 +1116,7 @@ public class FileUtil extends PathUtil {
|
||||
* 情况如下:
|
||||
*
|
||||
* <pre>
|
||||
* 1、src和dest都为目录,则将src下所有文件(包括子目录)拷贝到dest下
|
||||
* 1、src和dest都为目录,则将src下所有文件(不包括子目录)拷贝到dest下
|
||||
* 2、src和dest都为文件,直接复制,名字为dest
|
||||
* 3、src为文件,dest为目录,将src拷贝到dest目录下
|
||||
* </pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user