BulkTagging extension #250

Merged
claudio.atzori merged 10 commits from horizontalConstraints into beta 2022-09-27 14:56:33 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 960cb861a0 - Show all commits

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();