On Mon, 13 Jul 2026 23:31:23 GMT, Michael Strauß <[email protected]> wrote:

>> Marius Hanl has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   review comments
>
> modules/javafx.graphics/src/main/java/com/sun/javafx/scene/NodeHelper.java 
> line 150:
> 
>> 148:      * @return the styleClass or null
>> 149:      */
>> 150:     public static List<String> getStyleClassOrNull(Node node) {
> 
> Most (all?) helper classes that implement the private accessor pattern don't 
> have documentation, because it is implied that it's a simple forwarding 
> method.

My thought was to explain why this method exists. Do you have a suggestion, or 
should we just remove it entirely?

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2191#discussion_r3587899312

Reply via email to