From 945323299a47e085e55d88faa2fa9903aa2f1bf4 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Thu, 13 Aug 2020 12:07:24 +0200 Subject: [PATCH] apply changes in https://code-repo.d4science.org/D-Net/dnet-hadoop/pulls/40#issuecomment-1838 --- .../oa/graph/dump/graph/CreateContextEntities.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/CreateContextEntities.java b/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/CreateContextEntities.java index 37d86f063..0f28438af 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/CreateContextEntities.java +++ b/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/CreateContextEntities.java @@ -1,9 +1,3 @@ -/** - * Writes on HDFS Context entities. It queries the Information System at the lookup url provided as parameter - * and collects the general information for contexes of type community or ri. The general information is - * the id of the context, its label, the subjects associated to the context, its zenodo community, description and type. - * This information is used to create a new Context Entity - */ package eu.dnetlib.dhp.oa.graph.dump.graph; @@ -27,6 +21,12 @@ import eu.dnetlib.dhp.application.ArgumentApplicationParser; import eu.dnetlib.dhp.oa.graph.dump.Utils; import eu.dnetlib.dhp.schema.dump.oaf.graph.ResearchInitiative; +/** + * Writes on HDFS Context entities. It queries the Information System at the lookup url provided as parameter and + * collects the general information for contexes of type community or ri. The general information is the id of the + * context, its label, the subjects associated to the context, its zenodo community, description and type. This + * information is used to create a new Context Entity + */ public class CreateContextEntities implements Serializable { private static final Logger log = LoggerFactory.getLogger(CreateContextEntities.class);