forked from D-Net/dnet-hadoop
delegate merging of OafEntity.dataInfo to the implementation of subclasses
This commit is contained in:
parent
7d325e2c57
commit
e8ef8c63d4
|
@ -62,8 +62,6 @@ public abstract class Oaf implements Serializable {
|
|||
.distinct() // relies on KeyValue.equals
|
||||
.collect(Collectors.toList()));
|
||||
|
||||
mergeOAFDataInfo(o);
|
||||
|
||||
setLastupdatetimestamp(
|
||||
Math
|
||||
.max(
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue