On Tue, 1 Nov 2022 12:41:19 GMT, Maurizio Cimadamore <[email protected]>
wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Add @SafeVarargs declarations
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransLiterals.java
> line 230:
>
>> 228:
>> 229: class TransStringTemplate {
>> 230: JCStringTemplate tree;
>
> Presumably some of these can be `final` ?
Changing
-------------
PR: https://git.openjdk.org/jdk/pull/10889