Browse Source
In places where a ConcurrentHashMap was used as a set by wrapping it with Collections.newSetFromMap, switch to just using the set returned by ConcurrentHashMap.newKeySet directly. Closes gh-32294pull/32308/head
14 changed files with 16 additions and 29 deletions
Loading…
Reference in new issue