@Tag annotation fixes

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@142570 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-02-15 15:34:49 +00:00
parent b0b56dc1a1
commit 481feb093f
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ public class FisheryRecord extends Common{
@JsonProperty("type")
@CustomField(key="Type")
@Tag
//@Tag
@Group
private Fishery_Type type;

View File

@ -110,7 +110,7 @@ public class StockRecord extends Common{
@JsonProperty("type")
@CustomField(key="Type")
@Tag
//@Tag
@Group
private Stock_Type type;