This commit is contained in:
AriaLyy
2017-06-23 14:54:41 +08:00
parent 9d284cc86f
commit c82a6ac694
2 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ public class DownloadReceiver implements IReceiver<DownloadEntity> {
}
/**
* 读取下载链接
* 加载下载地址
*/
public DownloadTarget load(@NonNull String downloadUrl) {
CheckUtil.checkDownloadUrl(downloadUrl);