RFR: 8299497: Usage of constructors of primitive wrapper classes should be avoided in java.desktop API docs
Sergey Bylokhov
serb at openjdk.org
Sun Jan 22 20:18:03 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.
Marked as reviewed by serb (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/12128
More information about the client-libs-dev
mailing list