refactoring

This commit is contained in:
Miriam Baglioni 2022-09-23 11:14:04 +02:00
parent 33bb79459e
commit 960cb861a0
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class SparkEoscBulkTag implements Serializable {
.getInstance() .getInstance()
.stream() .stream()
.anyMatch( .anyMatch(
i -> (hostedByList.contains(i.getHostedby().getKey())) ) i -> (hostedByList.contains(i.getHostedby().getKey())))
&& &&
!value.getContext().stream().anyMatch(c -> c.getId().equals("eosc"))) { !value.getContext().stream().anyMatch(c -> c.getId().equals("eosc"))) {
Context context = new Context(); Context context = new Context();