From 12407c1f320d0fb9e54e2997cd1d1caf4d50cfda Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Fri, 2 Oct 2020 12:29:01 +0200 Subject: [PATCH] modification related to https://code-repo.d4science.org/D-Net/dnet-hadoop/pulls/46#issuecomment-2055 and also modified teh java doc with correct ref to H2020CLassification instead of H2020Programme --- .../java/eu/dnetlib/dhp/schema/dump/oaf/graph/Project.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/graph/Project.java b/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/graph/Project.java index 1588b8657..054e4d2df 100644 --- a/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/graph/Project.java +++ b/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/graph/Project.java @@ -31,7 +31,7 @@ import java.util.List; * - private List funding to store the list of funder of the project * - private String summary to store the summary of the project * - private Granted granted to store the granted amount - * - private List programme to store the list of programmes the project is related to + * - private List h2020classification to store the list of H2020 classifications the project is related to */ public class Project implements Serializable { @@ -60,8 +60,6 @@ public class Project implements Serializable { private Granted granted; - // private List programme; - private List h2020Classifications; public String getId() {