readme doc

This commit is contained in:
AriaLyy
2017-04-05 16:46:35 +08:00
parent 6f24f76fdb
commit b6b32e266c
7 changed files with 25 additions and 21 deletions

@ -131,9 +131,9 @@ public class CheckUtil {
/**
* 检测下载实体是否合法
* 合法(true)
*
* @param entity 下载实体
* @return 合法(true)
*/
public static void checkDownloadTaskEntity(DownloadEntity entity) {
if (entity == null) {