Fixed Group creation

This commit is contained in:
Luca Frosini 2022-04-26 15:14:26 +02:00
parent a9a927ab97
commit f6a7857875
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ public class FisheryRecord extends Common {
@JsonProperty(Constants.GRSF_TYPE_JSON_KEY)
@CustomField(key=Constants.GRSF_TYPE_CUSTOM_KEY)
@Group
@Group(prependSourceToGroupName = false)
@Tag
private Fishery_Type type;

View File

@ -109,7 +109,7 @@ public class StockRecord extends Common{
@JsonProperty(Constants.GRSF_TYPE_JSON_KEY)
@CustomField(key=Constants.GRSF_TYPE_CUSTOM_KEY)
@Group
@Group(prependSourceToGroupName = false)
@Tag
private Stock_Type type;