Integrated: 8263621: Convert jdk.compiler to use Stream.toList()
Ian Graves
igraves at openjdk.java.net
Thu Apr 22 16:10:31 UTC 2021
On Thu, 22 Apr 2021 14:35:29 GMT, Ian Graves <igraves at openjdk.org> wrote:
> Converting use of `Collectors.toList()` to `Stream.toList()` where appropriate. Per [JDK-8260559](https://bugs.openjdk.java.net/browse/JDK-8260559).
This pull request has now been integrated.
Changeset: 33a86b9e
Author: Ian Graves <igraves at openjdk.org>
Committer: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/33a86b9e
Stats: 13 lines in 9 files changed: 0 ins; 0 del; 13 mod
8263621: Convert jdk.compiler to use Stream.toList()
Reviewed-by: mcimadamore, vromero
-------------
PR: https://git.openjdk.java.net/jdk/pull/3629
More information about the javadoc-dev
mailing list