mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
* all variables were refactored to camelCase
This commit is contained in:
parent
a8fac9d160
commit
a26b62f51b
2 changed files with 10 additions and 10 deletions
|
|
@ -10,8 +10,8 @@ public class NearbyResultItem {
|
|||
private final ResultTuple label;
|
||||
private final ResultTuple icon;
|
||||
@SerializedName("class") private final ResultTuple className;
|
||||
@SerializedName("class_label") private final ResultTuple classLabel;
|
||||
@SerializedName("Commons_category") private final ResultTuple commonsCategory;
|
||||
@SerializedName("classLabel") private final ResultTuple classLabel;
|
||||
@SerializedName("commonsCategory") private final ResultTuple commonsCategory;
|
||||
|
||||
public NearbyResultItem(ResultTuple item,
|
||||
ResultTuple wikipediaArticle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue