On Sat, 21 Jan 2023 02:55:29 GMT, Tingjun Yuan <d...@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 pull request has now been integrated.

Changeset: b5ee3d1f
Author:    Tingjun Yuan <yuantj1...@outlook.com>
Committer: Sergey Bylokhov <s...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/b5ee3d1f2abf5af86438ac4c9e3da3cc026dffd3
Stats:     4 lines in 2 files changed: 0 ins; 0 del; 4 mod

8299497: Usage of constructors of primitive wrapper classes should be avoided 
in java.desktop API docs

Reviewed-by: serb, prr

-------------

PR: https://git.openjdk.org/jdk/pull/12128

Reply via email to