<i18n dev> RFR: 8299500: Usage of constructors of primitive wrapper classes should be avoided in java.text API docs [v2]
Lance Andersen
lancea at openjdk.org
Fri Jan 6 19:13:55 UTC 2023
On Fri, 6 Jan 2023 18:51:12 GMT, Justin Lu <duke at openjdk.org> wrote:
>> Removed constructors of primitive wrapper classes (deprecated for removal) for the following
>> - _java.text.ChoiceFormat_
>> - _java.text.MessageFormat_
>>
>> Replaced with .valueOf() method
>
> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove objs=null
Looks fine Justin, thanks for doing this.
At some point we should convert the examples to be a snippet which we can do at a later time
-------------
Marked as reviewed by lancea (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11884
More information about the i18n-dev
mailing list