1
0
mirror of https://github.com/ilri/cgspace-java-helpers.git synced 2025-07-08 07:12:26 +02:00

src/main/java: Fix comment alignment

This commit is contained in:
2020-08-01 11:46:13 +03:00
parent 0f2081db51
commit b3a993d5bd

@ -31,8 +31,8 @@ public class CountriesVocabulary {
private String common_name; //optional
private String official_name; //optional
private String numeric; //required Hmmmm need to cast this...
private String alpha_2; //required
private String alpha_3; //required
private String alpha_2; //required
private String alpha_3; //required
public Country(String name,
@Nullable String common_name,