forked from D-Net/dnet-hadoop
refactoring
This commit is contained in:
parent
dbde2d243a
commit
74215f6d9f
|
@ -105,7 +105,7 @@ public class SparkResultToProjectThroughSemRelJob {
|
||||||
.stream()
|
.stream()
|
||||||
.forEach(
|
.forEach(
|
||||||
(p -> {
|
(p -> {
|
||||||
potential_update.getProjectSet().remove(p);
|
potential_update.getProjectSet().remove(p);
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
String resId = potential_update.getResultId();
|
String resId = potential_update.getResultId();
|
||||||
|
|
Loading…
Reference in New Issue