On Fri, 22 Aug 2025 09:35:30 GMT, Hannes Wallnöfer <[email protected]> wrote:
>> Marc Philipp has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Wrap long lines
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocFile.java
> line 220:
>
>> 218: * @throws ResourceIOException if there is a problem while reading
>> the resource
>> 219: */
>> 220: public void copyResource(DocPath resource, URL url,
>> UnaryOperator<String> lineTransformer) throws DocFileIOException,
>> ResourceIOException {
>
> Please wrap the throws clauses on this method and the method below.
Done in 6735a2bc2c19e4432008a2e2d0e7a09d132bb9d4
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26843#discussion_r2298240969