RFR: 8338333: Add jls links to javax.lang.model.element.Modifier [v2]

Joe Darcy darcy at openjdk.org
Tue Aug 13 23:24:05 UTC 2024


On Tue, 13 Aug 2024 21:47:53 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

>> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Correct issue found in code review.
>
> src/java.compiler/share/classes/javax/lang/model/element/Modifier.java line 95:
> 
>> 93:      * The modifier {@code static}
>> 94:      *
>> 95:      * @jls 8.1.1.4 {@code static} Classes
> 
> Do we need to add this?
> 
>     @jls 9.1.1.3 {@code static} Interfaces

Good catch @pavelrappo ; fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20572#discussion_r1716084718


More information about the compiler-dev mailing list