RFR: 8263668: Update java.time to use instanceof pattern variable
Roger Riggs
rriggs at openjdk.java.net
Wed Mar 24 14:00:42 UTC 2021
On Wed, 24 Mar 2021 09:56:16 GMT, Patrick Concannon <pconcannon at openjdk.org> wrote:
> Hi,
>
> Could someone please review my code for updating the code in the `java.time` package to make use of the `instanceof` pattern variable?
>
> Kind regards,
> Patrick
In addition to the other suggestions, java.time could use a round of cleanup to use switch expressions.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3170
More information about the core-libs-dev
mailing list