Re: RFR: 8259816: Typo in java.util.stream package description

2021-01-27 Thread Naoto Sato
On Wed, 27 Jan 2021 03:18:09 GMT, Stuart Marks wrote: > Fix a typo, and change an example to use Stream.toList(). Marked as reviewed by naoto (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/2249

Re: RFR: 8259816: Typo in java.util.stream package description

2021-01-27 Thread Lance Andersen
On Wed, 27 Jan 2021 03:18:09 GMT, Stuart Marks wrote: > Fix a typo, and change an example to use Stream.toList(). Marked as reviewed by lancea (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/2249

Re: RFR: 8259816: Typo in java.util.stream package description

2021-01-26 Thread Iris Clark
On Wed, 27 Jan 2021 03:18:09 GMT, Stuart Marks wrote: > Fix a typo, and change an example to use Stream.toList(). Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/2249

RFR: 8259816: Typo in java.util.stream package description

2021-01-26 Thread Stuart Marks
Fix a typo, and change an example to use Stream.toList(). - Commit messages: - 8259816: Typo in java.util.stream package description Changes: https://git.openjdk.java.net/jdk/pull/2249/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2249&range=00 Issue: https://bugs.o