On Tue, 28 Jun 2022 20:17:21 GMT, Naoto Sato 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 corre
> 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 update
On Tue, 28 Jun 2022 19:45:30 GMT, Roger Riggs wrote:
>> Naoto Sato has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> added `lang` attribute to the snippet
>
> src/java.base/share/classes/java/util/Locale.java line 2608:
>
>> 2606: *
On Tue, 28 Jun 2022 17:11:31 GMT, Naoto Sato 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 correspon
On Tue, 28 Jun 2022 17:11:31 GMT, Naoto Sato 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 correspon
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.
-
Commit message