[jdk19] RFR: 8289252: Recommend Locale.of() method instead of the constructor [v2]
Roger Riggs
rriggs at openjdk.org
Tue Jun 28 20:29:53 UTC 2022
On Tue, 28 Jun 2022 20:17:21 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> This is a leftover documentation fix to the deprecation of `Locale` constructors. `Locale.Builder` class had some texts that suggested using one of those constructors, which need to be replaced with a `Locale.of()` method. A corresponding CSR has also been drafted.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>
> added `lang` attribute to the snippet
Marked as reviewed by rriggs (Reviewer).
-------------
PR: https://git.openjdk.org/jdk19/pull/85
More information about the core-libs-dev
mailing list