Add no args constructor for Page

This commit is contained in:
misaochan 2016-10-04 18:03:57 +13:00
parent 608117b918
commit 4a5ab0a8be

View file

@ -219,6 +219,10 @@ public class MwVolleyApi {
private Category[] categories;
private Category category;
public Page() {
}
@Override
public String toString() {