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 9873cfd  Fixed Camel-AWS Ec2 Javadoc
9873cfd is described below

commit 9873cfda695f46d2cf2a6d6aa03280fb24021ab5
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Jan 10 13:49:15 2018 +0100

    Fixed Camel-AWS Ec2 Javadoc
---
 components/camel-aws/src/main/docs/aws-ec2-component.adoc             | 4 ++--
 .../java/org/apache/camel/component/aws/ec2/EC2Configuration.java     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/camel-aws/src/main/docs/aws-ec2-component.adoc 
b/components/camel-aws/src/main/docs/aws-ec2-component.adoc
index c297c18..897fec9 100644
--- a/components/camel-aws/src/main/docs/aws-ec2-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-ec2-component.adoc
@@ -57,8 +57,8 @@ with the following path and query parameters:
 | *amazonEc2Client* (producer) | To use a existing configured AmazonEC2Client 
as client |  | AmazonEC2Client
 | *amazonEc2Endpoint* (producer) | The region with which the AWS-EC2 client 
wants to work with. |  | String
 | *operation* (producer) | *Required* The operation to perform. It can be 
createAndRunInstances startInstances stopInstances terminateInstances 
describeInstances describeInstancesStatus rebootInstances monitorInstances 
unmonitorInstances createTags or deleteTags |  | EC2Operations
-| *proxyHost* (producer) | To define a proxy host when instantiating the SQS 
client |  | String
-| *proxyPort* (producer) | To define a proxy port when instantiating the SQS 
client |  | Integer
+| *proxyHost* (producer) | To define a proxy host when instantiating the EC2 
client |  | String
+| *proxyPort* (producer) | To define a proxy port when instantiating the EC2 
client |  | Integer
 | *region* (producer) | The region in which EC2 client needs to work |  | 
String
 | *secretKey* (producer) | Amazon AWS Secret Key |  | String
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
diff --git 
a/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java
 
b/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java
index ebee7b5..acc437f 100644
--- 
a/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java
+++ 
b/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java
@@ -104,7 +104,7 @@ public class EC2Configuration {
     } 
     
     /**
-     * To define a proxy host when instantiating the SQS client
+     * To define a proxy host when instantiating the EC2 client
      */
     public String getProxyHost() {
         return proxyHost;
@@ -115,7 +115,7 @@ public class EC2Configuration {
     }
 
     /**
-     * To define a proxy port when instantiating the SQS client
+     * To define a proxy port when instantiating the EC2 client
      */
     public Integer getProxyPort() {
         return proxyPort;

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <commits@camel.apache.org>'].

Reply via email to