From e04c99324703fa6345688359ecf43431a583d28b Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Thu, 13 Aug 2020 12:07:07 +0200 Subject: [PATCH] apply changes in https://code-repo.d4science.org/D-Net/dnet-hadoop/pulls/40#issuecomment-1836 --- .../eu/dnetlib/dhp/oa/graph/dump/graph/ContextInfo.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 a76fea8f44..7befaaf6f3 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;