Skip to content

Commit

Permalink
Drop now obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Mar 3, 2023
1 parent 5797e3b commit 1f6b2b7
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,4 @@ ImmutableMap<K, V> after(ImmutableMap<K, V> map) {
// map.entrySet().stream().filter(keyPred).forEach(mapBuilder::put)
// ->
// mapBuilder.putAll(Maps.filterKeys(map, pred))
//
// map.entrySet().stream().filter(entry ->
// pred(entry.getKey())).collect(toImmutableMap(Map.Entry::getKey, Map.Entry::getValue))
// ->
// ImmutableMap.copyOf(Maps.filterKeys(map, pred))
}

0 comments on commit 1f6b2b7

Please sign in to comment.