On Fri, 25 Feb 2022 04:44:45 GMT, Naoto Sato <na...@openjdk.org> wrote:

>> That's a very good point. I've updated the PR to now explicitly use a 
>> mutable `Set` instead of using `Collectors.toSet()`
>
> This is ok, although `Collectors.toCollection(HashSet::new)` is a bit concise.

Hello Naoto, I've updated the PR to use `HashSet::new`.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7558

Reply via email to