Profiles: add to 'big countries' list,

fix typo, thx drz
This commit is contained in:
zzz
2020-02-25 15:32:51 +00:00
parent e567f7b460
commit 326a85ea4f

View File

@ -100,7 +100,7 @@ public class PeerProfile {
private static final Set<String> _bigCountries = new HashSet<String>();
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));
}