On Fri, 10 Oct 2025 19:35:00 GMT, Kevin Rushforth <[email protected]> wrote:

>> Nir Lisker has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Missing @since
>
> modules/javafx.graphics/src/main/java/javafx/scene/Node.java line 7714:
> 
>> 7712:     }
>> 7713: 
>> 7714:     public final EventHandler<? super MouseDragEvent> 
>> getOnMouseDragDone() {
> 
> We normally put the property methods that will inherit the docs below the 
> method (or private property as the case may be) that has the javadoc comments.
> 
> I recommend to move these two methods below the `onMouseDragDoneProperty` 
> method.

All of the properties above it have the same arrangement.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1873#discussion_r2422213002

Reply via email to