@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:
parent
b0b56dc1a1
commit
481feb093f
|
@ -86,7 +86,7 @@ public class FisheryRecord extends Common{
|
|||
|
||||
@JsonProperty("type")
|
||||
@CustomField(key="Type")
|
||||
@Tag
|
||||
//@Tag
|
||||
@Group
|
||||
private Fishery_Type type;
|
||||
|
||||
|
|
|
@ -110,7 +110,7 @@ public class StockRecord extends Common{
|
|||
|
||||
@JsonProperty("type")
|
||||
@CustomField(key="Type")
|
||||
@Tag
|
||||
//@Tag
|
||||
@Group
|
||||
private Stock_Type type;
|
||||
|
||||
|
|
Reference in New Issue