On Fri, 1 Oct 2021 15:19:18 GMT, Pavel Rappo <[email protected]> wrote:
>> Jonathan Gibbons has updated the pull request with a new target base due to
>> a merge or a rebase. The pull request now contains two commits:
>>
>> - Merge with upstream/master
>> - JDK-8273154: Provide a JavadocTester method for non-overlapping,
>> unordered output matching
>
> test/langtools/jdk/javadoc/lib/javadoc/tester/JavadocTester.java line 1053:
>
>> 1051: .collect(Collectors.joining("\n")));
>> 1052: return this;
>> 1053: }
>
> Same question as for L1025-L1030.
Same answer ;-)
-------------
PR: https://git.openjdk.java.net/jdk/pull/5743