RFR: 8352890: Remove unnecessary Windows version check in FileFontStrike [v2]
Daniel Gredler
dgredler at openjdk.org
Wed Mar 26 14:26:43 UTC 2025
On Wed, 26 Mar 2025 08:05:44 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Daniel Gredler has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Wrap line at 80 chars
>
> src/java.desktop/share/classes/sun/font/FileFontStrike.java line 119:
>
>> 117: private static native void initNative();
>> 118: static {
>> 119: if (FontUtilities.isWindows && !FontUtilities.useJDKScaler && !GraphicsEnvironment.isHeadless()) {
>
> Please split long lines per 80 chars.
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24230#discussion_r2014286858
More information about the client-libs-dev
mailing list