refactoring

pull/250/head
Miriam Baglioni 2 years ago
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…
Cancel
Save