Skip to content

Commit

Permalink
Use forEach on collection directly
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed Sep 16, 2020
1 parent d8cbadf commit 360bfca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public void collectDynamicFilterDomains(Map<DynamicFilterId, Domain> dynamicFilt
{
dynamicFilterDomains
.entrySet()
.stream()
.forEach(entry -> {
SettableFuture<Domain> future = futures.get(entry.getKey());
// Skip dynamic filters that are not applied locally.
Expand Down

0 comments on commit 360bfca

Please sign in to comment.