On Thu, 25 Dec 2025 09:16:09 GMT, Andrey Turbanov <[email protected]> wrote:
>> Daniel Gredler has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Swap order 'transient final' -> 'final transient'
>
> src/java.desktop/share/classes/java/awt/font/FontRenderContext.java line 66:
>
>> 64: */
>> 65: public class FontRenderContext {
>> 66: private transient final AffineTransform tx;
>
> Let's use blessed modifiers order
> Suggestion:
>
> private final transient AffineTransform tx;
No problem, I've swapped the order as indicated.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28981#discussion_r2648092754