Skip to content

Commit 0afc3f5

Browse files
committed
Add NONE type to Country
1 parent da2c9cc commit 0afc3f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/src/main/java/me/proxer/library/enums/Country.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ public enum Country {
1515
@Json(name = "kr") KOREA,
1616
@Json(name = "zh") CHINA,
1717
@Json(name = "misc") OTHER,
18+
@Json(name = "") NONE,
1819
}

0 commit comments

Comments
 (0)