From cc67dbff819594b3b05a3eedefe05a058bcfb15d Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Tue, 14 Apr 2020 17:11:55 +0200 Subject: [PATCH] typo in text --- .../src/main/java/eu/dnetlib/dhp/schema/oaf/Relation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/oaf/Relation.java b/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/oaf/Relation.java index 3b45c4f7d..d8d150831 100644 --- a/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/oaf/Relation.java +++ b/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/oaf/Relation.java @@ -45,7 +45,7 @@ public class Relation extends Oaf { private List collectedFrom = new ArrayList<>(); /** - * List of relation specific properties. Values values include 'similarityLevel', indicating the similarity score between a pair of publications. + * List of relation specific properties. Values include 'similarityLevel', indicating the similarity score between a pair of publications. */ private List properties = new ArrayList<>();