Fixed countries

This commit is contained in:
Martin Lechner 2016-12-01 18:42:05 +01:00
parent 408ffdb307
commit afe154bd72
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ package com.generalbytes.batm.server.extensions;
* Canada province identifiers.
*
* Usage e.g.:
* CountryCanada.WA.getProvinceName()
* CountryCanada.valueOf("WA").getProvinceName()
* CountryCanada.QC.getProvinceName()
* CountryCanada.valueOf("QC").getProvinceName()
*/
public enum CountryCanada {

View File

@ -42,7 +42,7 @@ public enum CountryUnitedStates {
NM("NM","New Mexico"),
NY("NY","New York"),
NC("NC","North Carolina"),
ND("ND"," North Dakota"),
ND("ND","North Dakota"),
OH("OH","Ohio"),
OK("OK","Oklahoma"),
OR("OR","Oregon"),