mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Remove unnecessary super call
This commit is contained in:
parent
16553cc5e1
commit
dc53ab9ff8
3 changed files with 0 additions and 3 deletions
|
|
@ -30,7 +30,6 @@ public class ExistingFileAsync extends AsyncTask<Void, Void, Boolean> {
|
|||
private Context context;
|
||||
|
||||
public ExistingFileAsync(String fileSHA1, Context context) {
|
||||
super();
|
||||
this.fileSHA1 = fileSHA1;
|
||||
this.context = context;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue