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 1ab68c2  Fix javadoc @param tags that do not match any parameters of 
the method.
1ab68c2 is described below

commit 1ab68c23cd93558f66737cc4c01f93e8abc73a3c
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Sun May 31 09:19:58 2020 +0200

    Fix javadoc @param tags that do not match any parameters of the method.
---
 .../org/apache/camel/component/aws2/s3/client/AWS2S3ClientFactory.java  | 2 +-
 .../main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/client/AWS2S3ClientFactory.java
 
b/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/client/AWS2S3ClientFactory.java
index 9edba33..5ccd11c 100644
--- 
a/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/client/AWS2S3ClientFactory.java
+++ 
b/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/client/AWS2S3ClientFactory.java
@@ -33,7 +33,7 @@ public final class AWS2S3ClientFactory {
     /**
      * Return the correct aws s3 client (based on remote vs local).
      * 
-     * @param maxConnections max connections
+     * @param configuration configuration
      * @return AWSS3Client
      */
     public static AWS2CamelS3InternalClient getAWSS3Client(AWS2S3Configuration 
configuration) {
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 4adb39d..e2bc112 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
@@ -2507,7 +2507,7 @@ public abstract class AbstractJavadocMojo
      * 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 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
      */

Reply via email to