mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-12-22 21:22:22 +01:00
src/main/java: Fix comment
This commit is contained in:
parent
c2c5baaf7a
commit
98d3d56d78
@ -23,7 +23,7 @@ import java.util.List;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
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
|
||||
// support reading iso_3166-1.json from Debian's iso-codes package using SerializedName since our class needs to match the JSON exactly
|
||||
@SerializedName("3166-1") List<Country> countries;
|
||||
|
||||
class Country {
|
||||
|
Loading…
Reference in New Issue
Block a user