On Thu, 5 Sep 2024 16:42:38 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

>> Michael Strauß has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   changes per review
>
> modules/javafx.graphics/src/main/java/javafx/scene/Node.java line 639:
> 
>> 637:                 var definitions = node.miscProperties != null ? 
>> node.miscProperties.transitionDefinitions : null;
>> 638:                 if (definitions == null) {
>> 639:                     definitions = node.new 
>> TransitionDefinitionCollection();
> 
> TransitionDefinitionCollection can be a static class, can it?

Yes, good catch!

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1522#discussion_r1746006803

Reply via email to