forked from D-Net/dnet-hadoop
apply changes in D-Net/dnet-hadoop#40 (comment)
This commit is contained in:
parent
ed0812d0ce
commit
e04c993247
|
@ -1,13 +1,13 @@
|
||||||
/**
|
|
||||||
* Deserialization of the information in the context needed to create Context Entities, and relations between
|
|
||||||
* context entities and datasources and projects
|
|
||||||
*/
|
|
||||||
|
|
||||||
package eu.dnetlib.dhp.oa.graph.dump.graph;
|
package eu.dnetlib.dhp.oa.graph.dump.graph;
|
||||||
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Deserialization of the information in the context needed to create Context Entities, and relations between context
|
||||||
|
* entities and datasources and projects
|
||||||
|
*/
|
||||||
public class ContextInfo implements Serializable {
|
public class ContextInfo implements Serializable {
|
||||||
private String id;
|
private String id;
|
||||||
private String description;
|
private String description;
|
||||||
|
|
Loading…
Reference in New Issue