RFR: 8024825: Some fixes are missing from java.util.stream spec update

Henry Jen henry.jen at oracle.com
Sat Sep 14 00:22:35 UTC 2013


Hi,

Please kindly review webrev at
http://cr.openjdk.java.net/~henryjen/tl/8024825/0/webrev/

This webrev is a typo fix + the cleanup made in lambda repo in following
changeset.
http://hg.openjdk.java.net/lambda/lambda/jdk/rev/a4babe938c8c

Summary of the changeset,
- Typo fix, Short-circuting should be Short-circuiting
- Javadoc format fix, <b>{@code parallelStream()}</b> cause a space
character in front of parallemStream(), use <b><code>...</code></b> instead.
- remove not needed @SuppressWarnings
- formatting cleanup

Cheers,
Henry




More information about the core-libs-dev mailing list