From 69bbb9592ab351b2bdd85eb47345046f0ad82257 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Thu, 13 Aug 2020 12:07:39 +0200 Subject: [PATCH] apply changes in https://code-repo.d4science.org/D-Net/dnet-hadoop/pulls/40#issuecomment-1840 --- .../dhp/oa/graph/dump/graph/CreateContextRelation.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/CreateContextRelation.java b/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/CreateContextRelation.java index 2e5a56d3d..129077932 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/CreateContextRelation.java +++ b/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/graph/CreateContextRelation.java @@ -1,8 +1,3 @@ -/** - * Writes the set of new Relation between the context and datasources. At the moment the relation - * between the context and the project is not created because of a low coverage in the profiles of - * openaire ids related to projects - */ package eu.dnetlib.dhp.oa.graph.dump.graph; @@ -31,6 +26,10 @@ import eu.dnetlib.dhp.schema.dump.oaf.graph.*; import eu.dnetlib.dhp.schema.oaf.Datasource; import eu.dnetlib.enabling.is.lookup.rmi.ISLookUpException; +/** + * Writes the set of new Relation between the context and datasources. At the moment the relation between the context + * and the project is not created because of a low coverage in the profiles of openaire ids related to projects + */ public class CreateContextRelation implements Serializable { private static final Logger log = LoggerFactory.getLogger(CreateContextEntities.class); private final Configuration conf;