mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8157437: Typos in Stream JavaDoc
Reviewed-by: shade, alanb, lancea
This commit is contained in:
parent
524ec2f1de
commit
65a33061ce
6 changed files with 7 additions and 8 deletions
|
@ -209,7 +209,7 @@ public interface IntStream extends BaseStream<Integer, IntStream> {
|
|||
* .sum();
|
||||
* }</pre>
|
||||
*
|
||||
* <p>In cases where stream implementation is able to optimize away the
|
||||
* <p>In cases where the stream implementation is able to optimize away the
|
||||
* production of some or all the elements (such as with short-circuiting
|
||||
* operations like {@code findFirst}, or in the example described in
|
||||
* {@link #count}), the action will not be invoked for those elements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue