fix comment

This commit is contained in:
Looly 2021-09-12 01:45:57 +08:00
parent fefd88b358
commit 99dd394aff

View File

@ -63,6 +63,7 @@ public class HttpDownloader {
* @param tempFileSuffix 临时文件后缀默认".temp" * @param tempFileSuffix 临时文件后缀默认".temp"
* @param timeout 超时单位毫秒-1表示默认超时 * @param timeout 超时单位毫秒-1表示默认超时
* @param streamProgress 进度条 * @param streamProgress 进度条
* @return 下载大小
* @since 5.7.12 * @since 5.7.12
*/ */
public long downloadFile(String url, File targetFileOrDir, String tempFileSuffix, int timeout, StreamProgress streamProgress) { public long downloadFile(String url, File targetFileOrDir, String tempFileSuffix, int timeout, StreamProgress streamProgress) {