RFR 8130828: Fix some typos and omissions in the the j.u.stream JavaDoc

Paul Sandoz paul.sandoz at oracle.com
Thu Jul 30 16:32:56 UTC 2015


Hi Stefan, Tagir,

Updated:

http://cr.openjdk.java.net/~psandoz/jdk9/JDK-8130828-stream-doc-typos/webrev/

Paul.

On 30 Jul 2015, at 18:08, Stefan Zobel <spliterator at gmail.com> wrote:

> Hi Paul,
> 
> perhaps you could take the opportunity and also add the missing "@since
> 1.9" tags to all the new dropWhile() / takeWhile() methods (JDK-8071597).
> 
> Also in dropWhile() / takeWhile() there is a small typo (I guess) in the
> Javadoc:
> 
> 
> takeWhile: "takes all elements (the result is the same is the input)"
> 
> dropWhile: "the stream match the given predicate then no elements are
> dropped (the result is the same is the input)"
> 
> 
> I guess that should read: "(the result is the same as is the input)"?
> 
> 
> Stefan




More information about the core-libs-dev mailing list