Integrated: 8252399: Update mapMulti documentation to use type test pattern instead of instanceof once JEP 375 exits preview

Patrick Concannon pconcannon at openjdk.java.net
Tue Mar 9 11:12:13 UTC 2021


On Fri, 12 Feb 2021 11:46:09 GMT, Patrick Concannon <pconcannon at openjdk.org> wrote:

> Hi,
> 
> Could someone please review my changeset for JDK-8252399: 'Update mapMulti documentation to use type test pattern instead of instanceof once JEP 375 exits preview' ?
> 
> This change updates the example code displayed in the API documentation for mapMulti to use the type test pattern introduced in [JEP375](https://openjdk.java.net/jeps/375).
> 
> Kind regards,
> Patrick

This pull request has now been integrated.

Changeset: fbe40e89
Author:    Patrick Concannon <pconcannon at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/fbe40e89
Stats:     80 lines in 2 files changed: 74 ins; 0 del; 6 mod

8252399: Update mapMulti documentation to use type test pattern instead of instanceof once JEP 375 exits preview

Reviewed-by: dfuchs, psandoz, smarks

-------------

PR: https://git.openjdk.java.net/jdk/pull/2544


More information about the core-libs-dev mailing list