On Thu, 9 Nov 2023 08:28:37 GMT, Per Minborg <[email protected]> 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