mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-23 07:10:19 +01:00
src/main/java: Add comment
This commit is contained in:
parent
8c23277382
commit
91a4367f38
@ -23,6 +23,7 @@ import java.util.List;
|
|||||||
import com.google.gson.annotations.SerializedName;
|
import com.google.gson.annotations.SerializedName;
|
||||||
|
|
||||||
public class CountriesVocabulary {
|
public class CountriesVocabulary {
|
||||||
|
// support reading iso_3166-3.json from Debian's iso-codes package using SerializedName since our class needs to match the JSON exactly
|
||||||
@SerializedName("3166-1") List<Country> countries;
|
@SerializedName("3166-1") List<Country> countries;
|
||||||
|
|
||||||
class Country {
|
class Country {
|
||||||
|
Loading…
Reference in New Issue
Block a user