On Mon, 13 Nov 2023 07:24:24 GMT, Viktor Klang <vkl...@openjdk.org> wrote:

>> This Pull-Request implements [JEP-461](https://openjdk.org/jeps/461)
>
> Viktor Klang has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Addressing further review feedback

test/jdk/java/util/stream/GatherersTest.java line 307:

> 305:                       .gather(
> 306:                             Gatherers.mapConcurrent(config.streamSize(), 
> i -> {
> 307:                                 switch(i) {

nit
Suggestion:

                                switch (i) {

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16420#discussion_r1390798915

Reply via email to