On Thu, 16 Dec 2021 00:20:06 GMT, Michael Strauß <[email protected]> wrote:
>> Johan Vos has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Add space after comma
>
> modules/javafx.base/src/main/java/com/sun/javafx/PlatformUtil.java line 67:
>
>> 65:
>> 66: @SuppressWarnings("removal")
>> 67: String str2 =
>> AccessController.doPrivileged((PrivilegedAction<String>) () ->
>> System.getProperty("glass.platform","").toLowerCase(Locale.ROOT));
>
> Minor: maybe add a space after the comma
done
-------------
PR: https://git.openjdk.java.net/jfx/pull/696