typo in text

This commit is contained in:
Claudio Atzori 2020-04-14 17:11:55 +02:00
parent 8b2043c7b1
commit cc67dbff81
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class Relation extends Oaf {
private List<KeyValue> 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<KeyValue> properties = new ArrayList<>();