cowwoc commented on a change in pull request #14: Exclude non-exported packages
when Java Modules are present.
URL:
https://github.com/apache/maven-javadoc-plugin/pull/14#discussion_r243782785
##########
File path:
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
##########
@@ -2514,7 +2523,7 @@ protected boolean canGenerateReport( List<String> files )
* Method to get the excluded source files from the javadoc and create the
argument string
* that will be included in the javadoc commandline execution.
*
- * @param sourcePaths the collection of paths to the source files
+ * @param sourceFolders the collection of paths to the source files
Review comment:
Minor bugfix: The Javadoc parameter name did not match the method parameter
name.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services