This commit is contained in:
lyy
2016-10-12 23:08:22 +08:00
parent 2485094bf8
commit 432b8773b1
48 changed files with 32 additions and 270 deletions
.gitignore
.gradle/2.10
taskArtifacts
tasks
_absadapter_compileDebugAndroidTestJavaWithJavac
_absadapter_compileDebugJavaWithJavac
_absadapter_compileDebugUnitTestJavaWithJavac
_absadapter_compileReleaseJavaWithJavac
_app_compileDebugAndroidTestJavaWithJavac
_app_compileDebugJavaWithJavac
_app_compileDebugUnitTestJavaWithJavac
.idea
app
build.gradle
cache/build
downloadutil/src/main/java/com/arialyy/downloadutil/core
gradle/wrapper

@ -33,7 +33,7 @@ public class TaskFactory {
* 创建普通下载任务
*
* @param entity 下载实体
* @param handler {@link com.arialyy.downloadutil.core.IDownloadTarget.AutoTaskHandler}
* @param handler "com.arialyy.downloadutil.core.IDownloadTarget.AutoTaskHandler"
*/
public Task createTask(Context context, DownloadEntity entity, Handler handler) {
Task.Builder builder = new Task.Builder(context, entity);