RFR: 8299502: Usage of constructors of primitive wrapper classes should be avoided in javax.xml API docs [v2]
Justin Lu
duke at openjdk.org
Fri Jan 6 21:59:13 UTC 2023
> Removed constructors of primitive wrapper classes (deprecated for removal) in _javax.xml.stream.XMLOutputFactory_
>
> Replaced with Boolean static fields: Boolean.TRUE and Boolean.FALSE
Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
Replace | with single value in example
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/11872/files
- new: https://git.openjdk.org/jdk/pull/11872/files/44c37d9f..91d20422
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=11872&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=11872&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/11872.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11872/head:pull/11872
PR: https://git.openjdk.org/jdk/pull/11872
More information about the core-libs-dev
mailing list