Skip to content

Commit

Permalink
Merge branch 'release/v5'
Browse files Browse the repository at this point in the history
  • Loading branch information
stzanakis committed Oct 21, 2021
2 parents cddf25b + a6aa45b commit 60d7541
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public List<Description> getProviderProxyDescriptions() {
}

public List<Choice> getProviderProxiesChoices() {
return getProviderProxies().stream().map(EuropeanaType::getChoiceList)
return getProviderProxies().stream().map(EuropeanaType::getChoiceList).filter(Objects::nonNull)
.flatMap(Collection::stream).filter(Objects::nonNull).collect(Collectors.toList());
}

Expand Down

0 comments on commit 60d7541

Please sign in to comment.