8151785: Doc typo in src/../java/util/stream/PipelineHelper.java

Change from "intoWrapped" to "copyInto".

Reviewed-by: rriggs
This commit is contained in:
Hamlin Li 2016-03-15 12:38:35 +08:00 committed by Amy Lu
parent 04c17721d6
commit 569de7b0ea

View File

@ -98,7 +98,7 @@ abstract class PipelineHelper<P_OUT> {
* @implSpec
* The implementation behaves as if:
* <pre>{@code
* intoWrapped(wrapSink(sink), spliterator);
* copyInto(wrapSink(sink), spliterator);
* }</pre>
*
* @param sink the {@code Sink} to receive the results