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 edd55158e..a92311b0e 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 @@ -24,7 +24,7 @@ public class Project implements Serializable { private String keywords; - private String duration; + // private String duration; removed because the most of the times is set to 0 private boolean openaccessmandateforpublications; @@ -111,13 +111,13 @@ public class Project implements Serializable { this.keywords = keywords; } - public String getDuration() { - return duration; - } - - public void setDuration(String duration) { - this.duration = duration; - } +// public String getDuration() { +// return duration; +// } +// +// public void setDuration(String duration) { +// this.duration = duration; +// } public boolean isOpenaccessmandateforpublications() { return openaccessmandateforpublications;