From c6e733b47b152e5dab57ea6c18fe43e528579e73 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Tue, 16 Nov 2021 10:30:06 +0100 Subject: [PATCH] [Graph Dump] change in the description of the measures field for https://code-repo.d4science.org/D-Net/dhp-schemas/pulls/5#issuecomment-4934 and https://code-repo.d4science.org/D-Net/dhp-schemas/pulls/5#issuecomment-4933 --- src/main/java/eu/dnetlib/dhp/schema/dump/oaf/Instance.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/Instance.java b/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/Instance.java index c6c186a..c8993b6 100644 --- a/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/Instance.java +++ b/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/Instance.java @@ -19,7 +19,7 @@ import java.util.List; * -pid of type List that is the list of pids associated to the result coming from authoritative sources for that pid * -alternateIdentifier of type List that is the list of pids associated to the result coming from NON authoritative * sources for that pid - * -measure list to represent the measure of beepFinder. It corresponds to measures in the model + * -measure list to represent the measure computed for this instance (for example the Bip!Finder ones). It corresponds to measures in the model */ public class Instance implements Serializable {