mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Made URL constant private
This commit is contained in:
parent
681cde18e8
commit
4758d65c4c
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ public class MwVolleyApi {
|
||||||
|
|
||||||
protected static Set<String> categorySet;
|
protected static Set<String> categorySet;
|
||||||
|
|
||||||
public static final String MWURL = "https://commons.wikimedia.org/";
|
private static final String MWURL = "https://commons.wikimedia.org/";
|
||||||
|
|
||||||
public MwVolleyApi(Context context) {
|
public MwVolleyApi(Context context) {
|
||||||
this.context = context;
|
this.context = context;
|
||||||
|
|
@ -145,7 +145,7 @@ public class MwVolleyApi {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class GpsCatExists {
|
public static class GpsCatExists {
|
||||||
private static boolean gpsCatExists;
|
private static boolean gpsCatExists;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue