Add missing @Override annotation
This commit is contained in:
@@ -103,6 +103,7 @@ class OkHttpDownloadClient implements DownloadClient {
|
||||
downloadFileResumeInternal();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void cancel() {
|
||||
if (!mDownloading) {
|
||||
Log.e(TAG, "Not downloading");
|
||||
|
||||
Reference in New Issue
Block a user