dump #50

Merged
claudio.atzori merged 98 commits from miriam.baglioni/dnet-hadoop:dump into master 2020-11-04 18:07:01 +01:00
2 changed files with 0 additions and 3 deletions
Showing only changes of commit 3a8c524fce - Show all commits

View File

@ -24,10 +24,8 @@ public class Instance implements Serializable {
private String type;
private List<String> url;
private String publicationdate;// dateofacceptance;
private String refereed; // peer-review status

View File

@ -373,7 +373,6 @@ public class ResultMapper implements Serializable {
private static Instance getGraphInstance(eu.dnetlib.dhp.schema.oaf.Instance i) {
Instance instance = new Instance();
setCommonValue(i, instance);
return instance;