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 726d3c10235d2bd3679cb312a9aa274ea8fddb5d
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jan 12 13:52:50 2018 +0100

    CAMEL-12139 - Fixed CS
---
 .../camel/component/aws/sqs/SqsComponentConfigurationTest.java      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-aws/src/test/java/org/apache/camel/component/aws/sqs/SqsComponentConfigurationTest.java
 
b/components/camel-aws/src/test/java/org/apache/camel/component/aws/sqs/SqsComponentConfigurationTest.java
index 28647d4..dce261b 100644
--- 
a/components/camel-aws/src/test/java/org/apache/camel/component/aws/sqs/SqsComponentConfigurationTest.java
+++ 
b/components/camel-aws/src/test/java/org/apache/camel/component/aws/sqs/SqsComponentConfigurationTest.java
@@ -16,13 +16,13 @@
  */
 package org.apache.camel.component.aws.sqs;
 
+import com.amazonaws.regions.Regions;
+
 import org.apache.camel.impl.JndiRegistry;
 import org.apache.camel.impl.PropertyPlaceholderDelegateRegistry;
 import org.apache.camel.test.junit4.CamelTestSupport;
 import org.junit.Test;
 
-import com.amazonaws.regions.Regions;
-
 public class SqsComponentConfigurationTest extends CamelTestSupport {
     
     @Test
@@ -240,7 +240,7 @@ public class SqsComponentConfigurationTest extends 
CamelTestSupport {
     
     @Test
     public void createEndpointWithComponentAndEndpointElements() throws 
Exception {
-       SqsComponent component = new SqsComponent(context);
+        SqsComponent component = new SqsComponent(context);
         component.setAccessKey("XXX");
         component.setSecretKey("YYY");
         component.setRegion(Regions.US_WEST_1.toString());

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

Reply via email to