forked from D-Net/dnet-hadoop
refactoring
This commit is contained in:
parent
dbde2d243a
commit
74215f6d9f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue