refactor
This commit is contained in:
parent
ccd48dd78a
commit
3a8c524fce
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue