Removed override

@Override not allowed when implementing interface method
This commit is contained in:
misaochan 2015-11-13 02:18:10 +13:00
parent af15101d60
commit c7ccd514ad

View file

@ -69,7 +69,6 @@ public class UploadService extends HandlerService<Contribution> {
this.contribution = contribution; this.contribution = contribution;
} }
@Override
public void onProgress(long transferred, long total) { public void onProgress(long transferred, long total) {
Log.d("Commons", String.format("Uploaded %d of %d", transferred, total)); Log.d("Commons", String.format("Uploaded %d of %d", transferred, total));
if(!notificationTitleChanged) { if(!notificationTitleChanged) {