RFR: 8319123: Implement JEP 461: Stream Gatherers (Preview) [v12]
Andrey Turbanov
aturbanov at openjdk.org
Fri Nov 17 18:04:53 UTC 2023
On Fri, 17 Nov 2023 13:15:12 GMT, Viktor Klang <vklang at 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 trailing whitespace complaint
src/java.base/share/classes/java/util/stream/Gatherer.java line 214:
> 212: default Supplier<A> initializer() {
> 213: return defaultInitializer();
> 214: };
Suggestion:
}
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16420#discussion_r1397691817
More information about the core-libs-dev
mailing list