mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Change Page class to public
This commit is contained in:
parent
37bc3cd2ba
commit
b0d6b5acb8
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ public class MwVolleyApi {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static class Page {
|
public static class Page {
|
||||||
private int pageid;
|
private int pageid;
|
||||||
private int ns;
|
private int ns;
|
||||||
private String title;
|
private String title;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue