diff --git a/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/ContextInfo.java b/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/ContextInfo.java index a76fea8f4..7befaaf6f 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/ContextInfo.java +++ b/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/ContextInfo.java @@ -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;