refactoring

This commit is contained in:
Miriam Baglioni 2020-05-25 10:38:16 +02:00
parent dbde2d243a
commit 74215f6d9f
1 changed files with 1 additions and 1 deletions

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