RFR: JDK-8319123 : Implementation of JEP-461: Stream Gatherers (Preview) [v2]

Viktor Klang vklang at openjdk.org
Thu Nov 9 09:45:23 UTC 2023


On Thu, 9 Nov 2023 08:28:37 GMT, Per Minborg <pminborg at openjdk.org> wrote:

>> src/java.base/share/classes/java/util/stream/Gatherer.java line 509:
>> 
>>> 507:     @PreviewFeature(feature = PreviewFeature.Feature.STREAM_GATHERERS)
>>> 508:     interface Integrator<A, T, R> {
>>> 509:         /** Integrate is the method which given:
>> 
>> Nit: Begin on a separate line
>
> I think the spec should start with "Integrates ..."

`Integrates is the method which given:` sounds weird :)

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

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


More information about the core-libs-dev mailing list