On Wed, 16 Nov 2022 15:26:05 GMT, Maurizio Cimadamore <[email protected]>
wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Wrong line separator
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
> line 1301:
>
>> 1299: # 0: symbol
>> 1300: compiler.err.raw.template.processor.type=\
>> 1301: raw template processor type: {0}
>
> This error message can be confusing now that we have a RAW processor type.
> I'd suggest maybe rephrasing to `template processor type cannot be a raw type`
Agree. Changing.
-------------
PR: https://git.openjdk.org/jdk/pull/10889