enrichment steps #38

Merged
claudio.atzori merged 334 commits from miriam.baglioni/dnet-hadoop:master into enrichment_wfs 2020-08-11 16:40:26 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cc67dbff81 - Show all commits

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<>();