RFR: 8278860: Streamline properties for Monocle [v2]

Johan Vos jvos at openjdk.java.net
Fri Dec 17 13:58:06 UTC 2021


On Thu, 16 Dec 2021 00:20:06 GMT, Michael Strauß <mstrauss at openjdk.org> 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


More information about the openjfx-dev mailing list