This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new c2a0e9e Fix javadoc parameter name in AbstractJavadocMojo. c2a0e9e is described below commit c2a0e9e9c327173eb42699d3ba799bab9778c54f Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Sat Feb 1 15:11:00 2020 +0100 Fix javadoc parameter name in AbstractJavadocMojo. --- .../main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/maven/camel-javadoc-plugin/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java b/tooling/maven/camel-javadoc-plugin/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java index 30f7301..93f490b 100644 --- a/tooling/maven/camel-javadoc-plugin/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java +++ b/tooling/maven/camel-javadoc-plugin/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java @@ -2514,7 +2514,7 @@ public abstract class AbstractJavadocMojo extends AbstractMojo { * argument string that will be included in the javadoc commandline * execution. * - * @param sourceFolders the collection of paths to the source files + * @param sourcePaths the collection of paths to the source files * @return a String that contains the exclude argument that will be used by * javadoc * @throws MavenReportException