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
commit a07dd961e77e22841467765013c46f80ed186658 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 16 13:10:28 2018 +0100 Camel-AWS Lambda - Fixed the javadoc related to the LamdbaClient --- .../java/org/apache/camel/component/aws/lambda/LambdaConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws/src/main/java/org/apache/camel/component/aws/lambda/LambdaConfiguration.java b/components/camel-aws/src/main/java/org/apache/camel/component/aws/lambda/LambdaConfiguration.java index e0cdb08..bf98ff6 100644 --- a/components/camel-aws/src/main/java/org/apache/camel/component/aws/lambda/LambdaConfiguration.java +++ b/components/camel-aws/src/main/java/org/apache/camel/component/aws/lambda/LambdaConfiguration.java @@ -108,7 +108,7 @@ public class LambdaConfiguration implements Cloneable { } /** - * The region with which the AWS-Lambda client wants to work with. + * The AWS-Lambda client to use. */ public void setAwsLambdaEndpoint(String awsLambdaEndpoint) { this.awsLambdaEndpoint = awsLambdaEndpoint; -- To stop receiving notification emails like this one, please contact "commits@camel.apache.org" <commits@camel.apache.org>.