RFR: 8299497: Usage of constructors of primitive wrapper classes should be avoided in java.desktop API docs
Phil Race
prr at openjdk.org
Mon Jan 23 17:50:43 UTC 2023
On Sat, 21 Jan 2023 02:55:29 GMT, Tingjun Yuan <duke at openjdk.org> wrote:
> API docs of `java.awt.image.renderable.ParameterBlock` and `java.awt.font.LineBreakMeasurer` used deprecated constructors of `java.lang.Short` and `java.lang.Float`.
>
> Replacing by `valueOf` factory methods.
This won't need a CSR
-------------
Marked as reviewed by prr (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12128
More information about the client-libs-dev
mailing list