On Tue, 24 May 2022 16:18:55 GMT, Pavel Rappo <[email protected]> wrote:
>> Jonathan Gibbons has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> address review feedback
>
> src/jdk.compiler/share/classes/com/sun/source/doctree/DocTreeVisitor.java
> line 302:
>
>> 300: * @since 19
>> 301: */
>> 302: default R visitSpec(SpecTree node, P p) {
>
> Nit: this method breaks the alphabetic order of visitor methods. Although
> `visitOther` also breaks it, we should not address it in this PR.
Actually, fixed. Another merge issue.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8439