Integrated: 8332251: javadoc: incorrect method references in Region and PopupControl

Andy Goryachev angorya at openjdk.org
Thu May 16 17:07:07 UTC 2024


On Wed, 15 May 2024 23:01:30 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> The javadoc for `Region.getPrefHeight() / getPrefWidth()` incorrectly refers to `getPrefHeight(forWidth) / getPrefWidth(forHeight)`
> 
> should be
> 
> `prefHeight(forWidth) / prefWidth(forHeight)`
> 
> - same issue is also fixed in `PopupControl`.

This pull request has now been integrated.

Changeset: ebe36893
Author:    Andy Goryachev <angorya at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/ebe36893dd609b3d9373a2cc2b294b2eb6d94523
Stats:     37 lines in 2 files changed: 0 ins; 0 del; 37 mod

8332251: javadoc: incorrect method references in Region and PopupControl

Reviewed-by: arapte

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

PR: https://git.openjdk.org/jfx/pull/1456


More information about the openjfx-dev mailing list