mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fix whitespace
This commit is contained in:
parent
06e58b57b8
commit
cf20bce6e6
1 changed files with 0 additions and 3 deletions
|
|
@ -33,7 +33,6 @@ public class ExistingFileAsync extends AsyncTask<Void, Void, Boolean> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Boolean doInBackground(Void... voids) {
|
protected Boolean doInBackground(Void... voids) {
|
||||||
|
|
||||||
MWApi api = CommonsApplication.createMWApi();
|
MWApi api = CommonsApplication.createMWApi();
|
||||||
ApiResult result;
|
ApiResult result;
|
||||||
|
|
||||||
|
|
@ -51,7 +50,6 @@ public class ExistingFileAsync extends AsyncTask<Void, Void, Boolean> {
|
||||||
}
|
}
|
||||||
|
|
||||||
ArrayList<ApiResult> resultNodes = result.getNodes("/api/query/allimages/img");
|
ArrayList<ApiResult> resultNodes = result.getNodes("/api/query/allimages/img");
|
||||||
|
|
||||||
Log.d(TAG, "Result nodes: " + resultNodes);
|
Log.d(TAG, "Result nodes: " + resultNodes);
|
||||||
|
|
||||||
boolean fileExists;
|
boolean fileExists;
|
||||||
|
|
@ -62,7 +60,6 @@ public class ExistingFileAsync extends AsyncTask<Void, Void, Boolean> {
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.d(TAG, "File already exists in Commons:" + fileExists);
|
Log.d(TAG, "File already exists in Commons:" + fileExists);
|
||||||
|
|
||||||
return fileExists;
|
return fileExists;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue