Re: RFR 8131052 Documentation of AbstractSpliterator refers to forEach rather than forEachRemaining

2015-07-16 Thread Daniel Fuchs
On 13/07/15 11:19, Paul Sandoz wrote: Hi Stefan, thanks. See below for a patch to the documentation of all abstract spliterators. Looks good to me Paul. best regards, -- daniel Paul. diff -r a3175de2e354 src/java.base/share/classes/java/util/Spliterators.java ---

Re: RFR 8131052 Documentation of AbstractSpliterator refers to forEach rather than forEachRemaining

2015-07-16 Thread Daniel Fuchs
On 16/07/15 12:00, Daniel Fuchs wrote: On 13/07/15 11:19, Paul Sandoz wrote: Hi Stefan, thanks. See below for a patch to the documentation of all abstract spliterators. Looks good to me Paul. Sorry - re reading my mail I see that you have an extreneous '}' at the three last places - just

Re: RFR 8131052 Documentation of AbstractSpliterator refers to forEach rather than forEachRemaining

2015-07-16 Thread Paul Sandoz
On Jul 16, 2015, at 12:07 PM, Daniel Fuchs daniel.fu...@oracle.com wrote: On 16/07/15 12:00, Daniel Fuchs wrote: On 13/07/15 11:19, Paul Sandoz wrote: Hi Stefan, thanks. See below for a patch to the documentation of all abstract spliterators. Looks good to me Paul. Sorry - re

RFR 8131052 Documentation of AbstractSpliterator refers to forEach rather than forEachRemaining

2015-07-13 Thread Paul Sandoz
Hi Stefan, thanks. See below for a patch to the documentation of all abstract spliterators. Paul. diff -r a3175de2e354 src/java.base/share/classes/java/util/Spliterators.java --- a/src/java.base/share/classes/java/util/Spliterators.java Tue Jun 09 07:10:03 2015 +0100 +++