Hosted By Map - refactoring

This commit is contained in:
Miriam Baglioni 2021-08-03 10:44:13 +02:00
parent 17292c6641
commit 327cddde33
1 changed files with 48 additions and 49 deletions

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;
}