forked from I2P_Developers/i2p.i2p
Profiles: add to 'big countries' list,
fix typo, thx drz
This commit is contained in:
@ -100,7 +100,7 @@ public class PeerProfile {
|
|||||||
private static final Set<String> _bigCountries = new HashSet<String>();
|
private static final Set<String> _bigCountries = new HashSet<String>();
|
||||||
|
|
||||||
static {
|
static {
|
||||||
String[] big = new String[] { "fr", "de", "ru", "ua", "us" };
|
String[] big = new String[] { "fr", "de", "ru", "au", "us", "ca", "gb", "jp", "nl" };
|
||||||
_bigCountries.addAll(Arrays.asList(big));
|
_bigCountries.addAll(Arrays.asList(big));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user