mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修正sftp.cd方法 方法注释和实际效果不符
This commit is contained in:
@@ -390,7 +390,7 @@ public class Sftp extends AbstractFtp {
|
||||
}
|
||||
|
||||
/**
|
||||
* 打开指定目录,如果指定路径非目录或不存在返回false
|
||||
* 打开指定目录,如果指定路径非目录或不存在抛出异常
|
||||
*
|
||||
* @param directory directory
|
||||
* @return 是否打开目录
|
||||
|
Reference in New Issue
Block a user