Temporarily fix spacing missing. Closes #264

This commit is contained in:
huangyuhui
2018-02-05 00:23:58 +08:00
parent 228fddf902
commit 3abb96e5b9
8 changed files with 36 additions and 27 deletions

View File

@@ -99,6 +99,11 @@ public class FileDownloadTask extends Task {
stream = null;
}
@Override
public Scheduler getScheduler() {
return Schedulers.io();
}
public EventManager<FailedEvent<URL>> getOnFailed() {
return onFailed;
}