You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/11 15:27:44 UTC

[camel] branch master updated: Camel-AWS: Fixed Javadoc for AWS S3 client option

This is an automated email from the ASF dual-hosted git repository.

acosentino 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 7c164d4  Camel-AWS: Fixed Javadoc for AWS S3 client option
7c164d4 is described below

commit 7c164d46b9509c4225659ac7f31d89721ed875b4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 11 16:27:00 2019 +0100

    Camel-AWS: Fixed Javadoc for AWS S3 client option
---
 .../main/java/org/apache/camel/component/aws/s3/S3Configuration.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java b/components/camel-aws/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java
index 74a9379..c65133f 100644
--- a/components/camel-aws/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java
+++ b/components/camel-aws/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java
@@ -138,7 +138,7 @@ public class S3Configuration implements Cloneable {
     }
 
     /**
-     * Reference to a `com.amazonaws.services.sqs.AmazonS3` in the
+     * Reference to a `com.amazonaws.services.s3.AmazonS3` in the
      * link:registry.html[Registry].
      */
     public void setAmazonS3Client(AmazonS3 amazonS3Client) {