RFR: 8282023: PropertiesStoreTest and StoreReproducibilityTest jtreg failures due to en_CA locale [v3]
Jaikiran Pai
jpai at openjdk.java.net
Sat Feb 26 03:33:53 UTC 2022
On Fri, 25 Feb 2022 04:44:45 GMT, Naoto Sato <naoto at 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
More information about the core-libs-dev
mailing list