master #13

Merged
claudio.atzori merged 90 commits from :master into enrichment_wfs 2020-05-26 09:34:24 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 74215f6d9f - Show all commits

View File

@ -105,7 +105,7 @@ public class SparkResultToProjectThroughSemRelJob {
.stream()
.forEach(
(p -> {
potential_update.getProjectSet().remove(p);
potential_update.getProjectSet().remove(p);
}));
}
String resId = potential_update.getResultId();