RFR: 8259816: Typo in java.util.stream package description
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.openjdk.java.net/browse/JDK-8259816 Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod Patch: https://git.openjdk.java.net/jdk/pull/2249.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/2249/head:pull/2249 PR: https://git.openjdk.java.net/jdk/pull/2249
On Wed, 27 Jan 2021 03:18:09 GMT, Stuart Marks <smarks@openjdk.org> 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
On Wed, 27 Jan 2021 03:18:09 GMT, Stuart Marks <smarks@openjdk.org> 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
On Wed, 27 Jan 2021 03:18:09 GMT, Stuart Marks <smarks@openjdk.org> 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
On Wed, 27 Jan 2021 03:18:09 GMT, Stuart Marks <smarks@openjdk.org> wrote:
Fix a typo, and change an example to use Stream.toList().
This pull request has now been integrated. Changeset: eb923685 Author: Stuart Marks <smarks@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/eb923685 Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod 8259816: Typo in java.util.stream package description Reviewed-by: iris, lancea, naoto ------------- PR: https://git.openjdk.java.net/jdk/pull/2249
participants (4)
-
Iris Clark
-
Lance Andersen
-
Naoto Sato
-
Stuart Marks