mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-21 11:29:35 +08:00
Update FtpHelper.java
This commit is contained in:
parent
fae4214e45
commit
1a362b350a
@ -110,9 +110,9 @@ public abstract class FtpHelper {
|
|||||||
* @Description: 删除相应的文件
|
* @Description: 删除相应的文件
|
||||||
* @param @param filePath 文件路径
|
* @param @param filePath 文件路径
|
||||||
* @param @return
|
* @param @return
|
||||||
* @return boolean
|
* @return void
|
||||||
* @throws
|
* @throws
|
||||||
*/
|
*/
|
||||||
public abstract boolean deleteFile(String filePath);
|
public abstract void deleteFile(String filePath);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user