This commit is contained in:
Miriam Baglioni 2020-08-13 12:07:07 +02:00
parent ed0812d0ce
commit e04c993247
1 changed files with 4 additions and 4 deletions

View File

@ -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;
import java.io.Serializable;
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 {
private String id;
private String description;