mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add no args constructor for Page
This commit is contained in:
parent
608117b918
commit
4a5ab0a8be
1 changed files with 4 additions and 0 deletions
|
|
@ -219,6 +219,10 @@ public class MwVolleyApi {
|
|||
private Category[] categories;
|
||||
private Category category;
|
||||
|
||||
public Page() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue