Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Commit

Permalink
Update max polling stations number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudor Marze committed Oct 5, 2018
1 parent cde200a commit d0713b4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions app/src/main/java/ro/code4/monitorizarevot/constants/County.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ public enum County {
ALBA("AB", "Alba", 440),
ARAD("AR", "Arad", 437),
ARGES("AG", "Argeș", 520),
BACAU("BC", "Bacău", 634),
BIHOR("BH", "Bihor", 652),
BACAU("BC", "Bacău", 635),
BIHOR("BH", "Bihor", 650),
BISTRITA("BN", "Bistriţa-Năsăud", 313),
BOTOSANI("BT", "Botoșani", 422),
BRASOV("BV", "Brașov", 447),
BRAILA("BR", "Brăila", 281),
BUCURESTI("B", "București", 1254),
BUZAU("BZ", "Buzău", 427),
BOTOSANI("BT", "Botoșani", 425),
BRASOV("BV", "Brașov", 449),
BRAILA("BR", "Brăila", 280),
BUCURESTI("B", "București", 1264),
BUZAU("BZ", "Buzău", 426),
CARAS("CS", "Caraș-Severin", 365),
CALARASI("CL", "Călărași", 235),
CLUJ("CJ", "Cluj", 656),
Expand All @@ -29,25 +29,25 @@ public enum County {
HARGHITA("HR", "Harghita", 290),
HUNEDOARA("HD", "Hunedoara", 524),
IALOMITA("IL", "Ialomiţa", 220),
IASI("IS", "Iași", 730),
ILFOV("IF", "Ilfov", 238),
IASI("IS", "Iași", 736),
ILFOV("IF", "Ilfov", 251),
MARAMURES("MM", "Maramureş", 435),
MEHEDINTI("MH", "Mehedinţi", 286),
MEHEDINTI("MH", "Mehedinţi", 287),
MURES("MS", "Mureş", 568),
NEAMT("NT", "Neamţ", 486),
OLT("OT", "Olt", 379),
PRAHOVA("PH", "Prahova", 623),
SATUMARE("SM", "Satu Mare", 334),
SALAJ("SJ", "Sălaj", 312),
SIBIU("SB", "Sibiu", 370),
SUCEAVA("SV", "Suceava", 555),
SIBIU("SB", "Sibiu", 373),
SUCEAVA("SV", "Suceava", 558),
TELEORMAN("TR", "Teleorman", 334),
TIMIS("TM", "Timiş", 595),
TIMIS("TM", "Timiş", 597),
TULCEA("TL", "Tulcea", 204),
VASLUI("VS", "Vaslui", 527),
VALCEA("VL", "Vâlcea", 430),
VRANCEA("VN", "Vrancea", 358),
DIASPORA("D", "Diaspora", 418);
DIASPORA("D", "Diaspora", 377);

private final String code;
private final String name;
Expand Down

0 comments on commit d0713b4

Please sign in to comment.