RFR: 8296010: AssertionError in annotationTargetType [v4]

Vicente Romero vromero at openjdk.org
Thu Feb 16 18:31:29 UTC 2023


On Thu, 16 Feb 2023 16:48:32 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   minor update
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties line 160:
> 
>> 158: # 0: type, 1: name
>> 159: compiler.err.annotation.unrecognized.attribute.name=\
>> 160:     annotation @{0} has an unrecognizable attribute named ''{1}''
> 
> "unrecognizable" seems a strange word here;  would "unknown" be a better word?

sure will fix, thanks for the review

-------------

PR: https://git.openjdk.org/jdk/pull/12241


More information about the compiler-dev mailing list