mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-26 08:38:20 +01:00
src/main/java: Fix comment alignment
This commit is contained in:
parent
0f2081db51
commit
b3a993d5bd
@ -31,8 +31,8 @@ public class CountriesVocabulary {
|
|||||||
private String common_name; //optional
|
private String common_name; //optional
|
||||||
private String official_name; //optional
|
private String official_name; //optional
|
||||||
private String numeric; //required Hmmmm need to cast this...
|
private String numeric; //required Hmmmm need to cast this...
|
||||||
private String alpha_2; //required
|
private String alpha_2; //required
|
||||||
private String alpha_3; //required
|
private String alpha_3; //required
|
||||||
|
|
||||||
public Country(String name,
|
public Country(String name,
|
||||||
@Nullable String common_name,
|
@Nullable String common_name,
|
||||||
|
Loading…
Reference in New Issue
Block a user