On Wed, 8 Nov 2023 21:08:03 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 two additional 
> commits since the last revision:
> 
>  - Addressing review feedback
>  - Make Gatherer.andThen take a wildcard for the rhs Gatherer state type

src/java.base/share/classes/java/util/stream/Gatherer.java line 216:

> 214: 
> 215:     /**
> 216:      * A function which accepts two intermediate states and combines 
> them into

We could use a {@return ..} here. There might be other places too where we 
could do that.

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

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

Reply via email to