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/12 15:49:27 UTC

[camel] branch master updated: Fixed CS for Camel-AWS Lambda

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 0f2a8d0  Fixed CS for Camel-AWS Lambda
0f2a8d0 is described below

commit 0f2a8d0f21a7eb26063c34d9b7972ca841881005
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 12 16:49:07 2019 +0100

    Fixed CS for Camel-AWS Lambda
---
 .../main/java/org/apache/camel/component/aws/lambda/LambdaProducer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws/src/main/java/org/apache/camel/component/aws/lambda/LambdaProducer.java b/components/camel-aws/src/main/java/org/apache/camel/component/aws/lambda/LambdaProducer.java
index 2113889..792c4d6 100644
--- a/components/camel-aws/src/main/java/org/apache/camel/component/aws/lambda/LambdaProducer.java
+++ b/components/camel-aws/src/main/java/org/apache/camel/component/aws/lambda/LambdaProducer.java
@@ -493,7 +493,7 @@ public class LambdaProducer extends DefaultProducer {
     }
     
     private void untagResource(AWSLambda lambdaClient, Exchange exchange) {
-       UntagResourceResult result;
+        UntagResourceResult result;
         try {
             UntagResourceRequest request = new UntagResourceRequest();
             if (ObjectHelper.isNotEmpty(exchange.getIn().getHeader(LambdaConstants.RESOURCE_ARN))) {