forked from D-Net/dnet-hadoop
Hosted By Map - refactoring
This commit is contained in:
parent
17292c6641
commit
327cddde33
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue