On Mon, 13 Sep 2021 17:32:38 GMT, Jonathan Gibbons <[email protected]> wrote:
>> Pavel Rappo has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Remove trailing whitespace to satisfy jcheck
>
> src/jdk.compiler/share/classes/com/sun/source/util/SimpleDocTreeVisitor.java
> line 460:
>
>> 458: * @return the result of {@code defaultAction}
>> 459: * @since 18
>> 460: */
>
> optional: reformat the latter part of the comment to align param descriptions
> ... i.e. use IntelliJ IDEA reformat code
Optional? Then I choose not to do it; thanks. In this PR, I tried hard to
respect the ambient formatting for consistency.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4795