On Fri, 24 Oct 2025 09:21:24 GMT, Prasanta Sadhukhan <[email protected]>
wrote:
>> src/java.desktop/share/classes/sun/font/CompositeFont.java line 117:
>>
>>> 115: deferredInitialisation = new boolean[numSlots];
>>> 116: if (defer) {
>>> 117: for (int i=0; i<numSlots; i++) {
>>
>> formatting issue..space needs to be given between operator = and <
>
> Also please update copyright year
> formatting issue..space needs to be given between operator = and <
I agree with you, but the entire file is formatted this way. Do you think it
would be OK to only fix this line?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27551#discussion_r2459555570