hostedbymap #136

Merged
claudio.atzori merged 60 commits from hostedbymap into beta 2021-08-12 17:10:55 +02:00
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;
}