Removed commented code

This commit is contained in:
Luca Frosini 2022-04-27 12:50:22 +02:00
parent f6a7857875
commit 5c1e3bc164
1 changed files with 0 additions and 2 deletions

View File

@ -177,7 +177,6 @@ public abstract class Common extends Base {
this.landings = landings;
this.species = species;
this.similarGRSFRecords = similarGRSFRecords;
// this.similarSourceRecords = similarSourceRecords;
this.domain = domain;
this.uuid = uuid;
this.managementBodyAuthorities = managementBodyAuthorities;
@ -370,7 +369,6 @@ public abstract class Common extends Base {
+ ", landings=" + landings
+ ", species=" + species
+ ", similarGRSFRecords=" + similarGRSFRecords
// + ", similarSourceRecords=" + similarSourceRecords
+ ", domain=" + domain
+ ", uuid=" + uuid
+ ", managementBodyAuthorities=" + managementBodyAuthorities