<i18n dev> RFR: 8299500: Usage of constructors of primitive wrapper classes should be avoided in java.text API docs [v2]
Justin Lu
duke at openjdk.org
Fri Jan 6 18:51:12 UTC 2023
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/11884/files
- new: https://git.openjdk.org/jdk/pull/11884/files/d6332659..cf833aee
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=11884&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=11884&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/11884.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11884/head:pull/11884
PR: https://git.openjdk.org/jdk/pull/11884
More information about the i18n-dev
mailing list