On Wed, 26 Mar 2025 08:05:44 GMT, Sergey Bylokhov <s...@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