elharo commented on a change in pull request #32: [MJAVADOC-625] Support for multiple stylesheets URL: https://github.com/apache/maven-javadoc-plugin/pull/32#discussion_r389613670
########## File path: src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java ########## @@ -2981,6 +3001,35 @@ private String getStylesheetFile( final File javadocOutputDirectory ) return getResource( new File( javadocOutputDirectory, DEFAULT_CSS_NAME ), stylesheetfile ); } + + private String getAddStylesheet( final File javadocOutputDirectory, final String stylesheet ) Review comment: getAdditionalStylesheet ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services