mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43: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
|
|
@ -23,7 +23,6 @@ public class TitleCategories extends AsyncTask<Void, Void, ArrayList<String>> {
|
|||
private String title;
|
||||
|
||||
public TitleCategories(String title) {
|
||||
super();
|
||||
this.title = title;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -226,7 +226,6 @@ public class Contribution extends Media {
|
|||
}
|
||||
|
||||
public Contribution() {
|
||||
super();
|
||||
timestamp = new Date(System.currentTimeMillis());
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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