delegate merging of OafEntity.dataInfo to the implementation of subclasses

This commit is contained in:
Claudio Atzori 2020-12-14 15:04:44 +01:00
parent 7d325e2c57
commit e8ef8c63d4
2 changed files with 0 additions and 4 deletions

View File

@ -62,8 +62,6 @@ public abstract class Oaf implements Serializable {
.distinct() // relies on KeyValue.equals
.collect(Collectors.toList()));
mergeOAFDataInfo(o);
setLastupdatetimestamp(
Math
.max(

View File

@ -351,8 +351,6 @@ public class Project extends OafEntity implements Serializable {
? p.getFundedamount()
: fundedamount;
// programme = mergeLists(programme, p.getProgramme());
h2020classification = mergeLists(h2020classification, p.getH2020classification());
mergeOAFDataInfo(e);