On Fri, 6 Jan 2023 18:51:12 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 > > 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