Made URL constant private

This commit is contained in:
misaochan 2016-01-01 23:05:20 +13:00
parent 681cde18e8
commit 4758d65c4c

View file

@ -33,7 +33,7 @@ public class MwVolleyApi {
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) {
this.context = context;
@ -145,7 +145,7 @@ public class MwVolleyApi {
}
}
}
public static class GpsCatExists {
private static boolean gpsCatExists;