On Mon, 1 Dec 2025 22:08:02 GMT, John Hendrikx <[email protected]> wrote:

>> modules/javafx.graphics/src/main/java/javafx/scene/layout/GridPane.java line 
>> 2640:
>> 
>>> 2638:         private Iterable<Entry<Interval, Double>> multiSizes() {
>>> 2639:             if (multiSizes == null) {
>>> 2640:                 return Collections.emptyList();
>> 
>> unrelated change, and probably gets inlined anyway.
>
> Yeah, could remove, I just made the change because it was giving a raw type 
> warning.

I turned the raw warnings off, the project has thousands of those...

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1990#discussion_r2578953998

Reply via email to