8151785: Doc typo in src/../java/util/stream/PipelineHelper.java
Change from "intoWrapped" to "copyInto". Reviewed-by: rriggs
This commit is contained in:
parent
04c17721d6
commit
569de7b0ea
@ -98,7 +98,7 @@ abstract class PipelineHelper<P_OUT> {
|
|||||||
* @implSpec
|
* @implSpec
|
||||||
* The implementation behaves as if:
|
* The implementation behaves as if:
|
||||||
* <pre>{@code
|
* <pre>{@code
|
||||||
* intoWrapped(wrapSink(sink), spliterator);
|
* copyInto(wrapSink(sink), spliterator);
|
||||||
* }</pre>
|
* }</pre>
|
||||||
*
|
*
|
||||||
* @param sink the {@code Sink} to receive the results
|
* @param sink the {@code Sink} to receive the results
|
||||||
|
Loading…
x
Reference in New Issue
Block a user