On Fri, 6 Jan 2023 17:42:53 GMT, Justin Lu <d...@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...@oracle.com> Committer: Naoto Sato <na...@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