forked from D-Net/dnet-hadoop
refactoring
This commit is contained in:
parent
33bb79459e
commit
960cb861a0
|
@ -121,7 +121,7 @@ public class SparkEoscBulkTag implements Serializable {
|
|||
.getInstance()
|
||||
.stream()
|
||||
.anyMatch(
|
||||
i -> (hostedByList.contains(i.getHostedby().getKey())) )
|
||||
i -> (hostedByList.contains(i.getHostedby().getKey())))
|
||||
&&
|
||||
!value.getContext().stream().anyMatch(c -> c.getId().equals("eosc"))) {
|
||||
Context context = new Context();
|
||||
|
|
Loading…
Reference in New Issue