On Fri, 26 Jun 2026 16:32:44 GMT, Nir Lisker <[email protected]> wrote:
>> Andy Goryachev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> review comments
>
> modules/javafx.graphics/src/main/java/javafx/scene/input/DataFormat.java line
> 127:
>
>> 125: if (ids == null) {
>> 126: this.identifier = Set.of();
>> 127: // don't care about registry
>
> You can `return` here and avoid the big `else` branch.
I like big `else` branches :-)
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2197#discussion_r3493794502