RFR: 8290844: Add Skin.install() method [v18]

Kevin Rushforth kcr at openjdk.org
Sat Oct 29 00:10:31 UTC 2022


On Fri, 28 Oct 2022 23:11:52 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> modules/javafx.controls/src/main/java/javafx/scene/control/Skin.java line 75:
>> 
>>> 73: 
>>> 74:     /**
>>> 75:      * Called once when {@link Skin} is set, or after the
>> 
>> I think the "or" is wrong here.
>
> Called once when {@link Skin} is *initially* set, or after the... ?

I would just remove the "or". It's correct without it, and less wordy.

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

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


More information about the openjfx-dev mailing list