aboutsummaryrefslogtreecommitdiff
path: root/src/github/daneren2005/dsub/service/DownloadFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/github/daneren2005/dsub/service/DownloadFile.java')
-rw-r--r--src/github/daneren2005/dsub/service/DownloadFile.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/github/daneren2005/dsub/service/DownloadFile.java b/src/github/daneren2005/dsub/service/DownloadFile.java
index d25d2dc9..9977c69a 100644
--- a/src/github/daneren2005/dsub/service/DownloadFile.java
+++ b/src/github/daneren2005/dsub/service/DownloadFile.java
@@ -414,9 +414,9 @@ public class DownloadFile {
if (wifiLock != null) {
wifiLock.release();
}
- new CacheCleaner(context, DownloadServiceImpl.getInstance()).cleanSpace();
- if(DownloadServiceImpl.getInstance() != null) {
- ((DownloadServiceImpl)DownloadServiceImpl.getInstance()).checkDownloads();
+ new CacheCleaner(context, DownloadService.getInstance()).cleanSpace();
+ if(DownloadService.getInstance() != null) {
+ ((DownloadService) DownloadService.getInstance()).checkDownloads();
}
}
}