RFR: 8365394: Stylesheet must not load fonts on --no-fonts output [v2]

Marc Philipp duke at openjdk.org
Mon Aug 25 14:19:47 UTC 2025


On Fri, 22 Aug 2025 09:35:30 GMT, Hannes Wallnöfer <hannesw at openjdk.org> 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


More information about the javadoc-dev mailing list