Rename cancelDownload() to deleteUpdate()

The method can be used to delete any update, incomplete or not.
This commit is contained in:
Gabriele M
2017-07-21 01:17:19 +02:00
parent 1e2f353b55
commit 09968f1b25
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ public interface Controller {
boolean pauseDownload(String downloadId);
boolean cancelDownload(String downloadId);
boolean deleteUpdate(String downloadId);
boolean resumeDownload(String downloadId);