On Tue, 6 Oct 2020 23:45:27 GMT, Jonathan Gibbons <[email protected]> wrote:
>> Hannes Wallnöfer has updated the pull request with a new target base due to
>> a merge or a rebase. The pull request now
>> contains seven commits:
>> - Merge master
>> - Address issues raised in code review:
>> - remove unused styles and method
>> - rename alternating table row styles
>> - move id attribute for tabs
>> - add line breaks in test text blocks to make them easier to read and
>> maintain
>> - Fix trailing whitespace
>> - Clean up comments and styles
>> - Restore table spacing
>> - Adapt tests to grid summaries
>> - Use CSS Grid Layout for javadoc summaries
>
> test/langtools/jdk/javadoc/doclet/testAbstractMethod/TestAbstractMethod.java
> line 118:
>
>> 116: checkOutput("pkg/A.html", false,
>> 117: """
>> 118: <code>abstract void</code>""");
>
> It would seem the purpose of this sub-test was to ensure the the modifier and
> type appears in the first column; is that
> not still possible/easy?
Addressed in next commit
-------------
PR: https://git.openjdk.java.net/jdk/pull/253