RFR: 8319123: Implement JEP 461: Stream Gatherers (Preview) [v12]

Andrey Turbanov aturbanov at openjdk.org
Thu Nov 30 10:53:34 UTC 2023


On Fri, 17 Nov 2023 18:46:57 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> 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/GathererOp.java line 297:
> 
>> 295:          * There's a very small subset of possible Gatherers which would be
>> 296:          * expressible as Spliterators directly,
>> 297:          * - the Gatherer's initializer is Gatherer.defaultInitiatizer(),
> 
> typo
> Suggestion:
> 
>          * - the Gatherer's initializer is Gatherer.defaultInitializer(),

Let's fix at least a typo

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

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


More information about the core-libs-dev mailing list