minor fixes

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@133146 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-10-12 14:30:52 +00:00
parent 8c7684f587
commit 9d435d4f26
3 changed files with 6 additions and 6 deletions

View File

@ -30,8 +30,8 @@ public class FisheryRecord extends Common{
@CustomField(key="Fishing area")
private String fishingArea;
@JsonProperty("exploiting_stocks")
@CustomField(key="Exploiting stocks")
@JsonProperty("exploited_stocks")
@CustomField(key="Exploited stocks")
private String exploitingStocks;
@JsonProperty("management_entity")

View File

@ -27,8 +27,8 @@ public class StockRecord extends Common{
@CustomField(key="Species scientific name")
private String speciesScientificName;
@JsonProperty("area")
@CustomField(key="Area")
@JsonProperty("assessment_distribution_area")
@CustomField(key="Assessment distribution area")
private String area;
@JsonProperty("exploiting_fishery")

View File

@ -29,7 +29,7 @@
<param-name>PendingContext</param-name>
<!-- <param-value>/d4science.research-infrastructures.eu/FARM/GRSF</param-value> -->
<!-- <param-value>/gcube/devNext/NextNext</param-value> -->
<param-value>/gcube/preprod/Dorne</param-value>
<!-- <param-value>/gcube/preprod/Dorne</param-value> -->
</context-param>
<context-param>
@ -37,6 +37,6 @@
<param-name>ConfirmedContext</param-name>
<!-- <param-value>/d4science.research-infrastructures.eu/FARM/GRSFAccepted</param-value> -->
<!-- <param-value>/gcube/devNext/NextNext</param-value> -->
<param-value>/gcube/preprod/Dorne</param-value>
<!-- <param-value>/gcube/preprod/Dorne</param-value> -->
</context-param>
</web-app>