src/main/java: Add comment

This commit is contained in:
Alan Orth 2020-08-01 11:01:27 +03:00
parent 8c23277382
commit 91a4367f38
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +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
@SerializedName("3166-1") List<Country> countries;
class Country {