<i18n dev> Integrated: 8299500: Usage of constructors of primitive wrapper classes should be avoided in java.text API docs

Justin Lu duke at openjdk.org
Mon Jan 9 17:46:59 UTC 2023


On Fri, 6 Jan 2023 17:42:53 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

This pull request has now been integrated.

Changeset: cd10c727
Author:    Justin Lu <justin.lu at oracle.com>
Committer: Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/cd10c7278d8fcf7ce6713a3ee688bb1e10c024f6
Stats:     8 lines in 2 files changed: 0 ins; 1 del; 7 mod

8299500: Usage of constructors of primitive wrapper classes should be avoided in java.text API docs

Reviewed-by: naoto, lancea

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

PR: https://git.openjdk.org/jdk/pull/11884


More information about the i18n-dev mailing list