On Tue, 17 Jan 2023 23:42:33 GMT, Kevin Rushforth <[email protected]> wrote:
>> Thiago Milczarek Sayao has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Pre-review adjustments
>
> modules/javafx.graphics/src/main/java/com/sun/glass/ui/gtk/GtkApplication.java
> line 168:
>
>> 166: @SuppressWarnings("removal")
>> 167: boolean gtkVersionVerbose =
>> 168:
>> AccessController.doPrivileged((PrivilegedAction<Boolean>) () ->
>> Boolean.getBoolean("jdk.gtk.verbose"));
>
> Minor: Since you are not otherwise touching this block, it would be cleaner
> to revert this reformatting change.
I have a thing for lambdas.
-------------
PR: https://git.openjdk.org/jfx/pull/999