From 1b6320b251e38a74bc72d1e7a0d8918b6ad7b5e9 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Thu, 13 Aug 2020 12:11:41 +0200 Subject: [PATCH] apply changes in https://code-repo.d4science.org/D-Net/dnet-hadoop/pulls/40#issuecomment-1850 --- .../eu/dnetlib/dhp/oa/graph/dump/graph/Process.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/Process.java b/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/Process.java index f806e58dd..7b7dafdf3 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/Process.java +++ b/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/Process.java @@ -1,8 +1,3 @@ -/** - * It process the ContextInfo information to produce a new Context Entity or a set of Relations between the - * generic context entity and datasource/projects related to the context. - * - */ package eu.dnetlib.dhp.oa.graph.dump.graph; @@ -20,6 +15,11 @@ import eu.dnetlib.dhp.schema.common.ModelSupport; import eu.dnetlib.dhp.schema.dump.oaf.Provenance; import eu.dnetlib.dhp.schema.dump.oaf.graph.*; +/** + * It process the ContextInfo information to produce a new Context Entity or a set of Relations between the + * generic context entity and datasource/projects related to the context. + * + */ public class Process implements Serializable { private static final Logger log = LoggerFactory.getLogger(Process.class);