mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2025-06-08 02:01:46 +02:00
src/main/java: Fix comment alignment
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user