master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
1 changed files with 48 additions and 49 deletions
Showing only changes of commit 327cddde33 - Show all commits

View File

@ -1,3 +1,4 @@
package eu.dnetlib.dhp.oa.graph.hostedbymap.model;
import java.io.Serializable;
@ -9,8 +10,6 @@ public class EntityInfo implements Serializable {
private Boolean openaccess;
private String hb_id;
public String getId() {
return id;
}