fixed "species" label

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@150832 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-07-06 10:10:20 +00:00
parent 5b0488704a
commit ed273bb6fa
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class Common extends Base{
private List<TimeSeriesBean<String, String>> landings;
@JsonProperty("species")
@CustomField(key="species")
@CustomField(key="Species")
private List<String> species;
@JsonProperty("fao_state")