mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Removed ns field
There does not seem to be a need to display that
This commit is contained in:
parent
4a3a795751
commit
47b24f9603
1 changed files with 1 additions and 2 deletions
|
|
@ -200,12 +200,11 @@ public class MwVolleyApi {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static class Category {
|
private static class Category {
|
||||||
private int ns;
|
|
||||||
private String title;
|
private String title;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return " ns=" + ns + " title=" + title;
|
return " title=" + title;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue