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/03/18 10:33:22 UTC

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

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 95d71c2  Camel-AWS IAM: Fixed CS
95d71c2 is described below

commit 95d71c2fb6715edf74628f990364aee8a9469988
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 18 11:33:04 2019 +0100

    Camel-AWS IAM: Fixed CS
---
 .../test/java/org/apache/camel/component/aws/iam/IAMProducerTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-aws-iam/src/test/java/org/apache/camel/component/aws/iam/IAMProducerTest.java b/components/camel-aws-iam/src/test/java/org/apache/camel/component/aws/iam/IAMProducerTest.java
index 3c7fa4c..0e19285 100644
--- a/components/camel-aws-iam/src/test/java/org/apache/camel/component/aws/iam/IAMProducerTest.java
+++ b/components/camel-aws-iam/src/test/java/org/apache/camel/component/aws/iam/IAMProducerTest.java
@@ -41,8 +41,8 @@ import org.apache.camel.test.junit4.CamelTestSupport;
 import org.junit.Test;
 
 public class IAMProducerTest extends CamelTestSupport {
-	
-	@BindToRegistry("amazonIAMClient")
+
+    @BindToRegistry("amazonIAMClient")
     AmazonIAMClientMock clientMock = new AmazonIAMClientMock();
 
     @EndpointInject(uri = "mock:result")