src/main/java: Fix comment

This commit is contained in:
Alan Orth 2020-08-01 20:31:31 +03:00
parent c2c5baaf7a
commit 98d3d56d78
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {