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 66d980d  Fixed CS for AWS-SWF
66d980d is described below

commit 66d980d978fccb25b5791d4c06ca4cfc8e69227e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jul 9 11:33:59 2019 +0200

    Fixed CS for AWS-SWF
---
 .../src/main/java/org/apache/camel/component/aws/swf/SWFEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-aws-swf/src/main/java/org/apache/camel/component/aws/swf/SWFEndpoint.java
 
b/components/camel-aws-swf/src/main/java/org/apache/camel/component/aws/swf/SWFEndpoint.java
index 3778bcc..1f6b42b 100644
--- 
a/components/camel-aws-swf/src/main/java/org/apache/camel/component/aws/swf/SWFEndpoint.java
+++ 
b/components/camel-aws-swf/src/main/java/org/apache/camel/component/aws/swf/SWFEndpoint.java
@@ -116,7 +116,7 @@ public class SWFEndpoint extends DefaultEndpoint {
     public StartWorkflowOptions getStartWorkflowOptions() {
         StartWorkflowOptions startWorkflowOptions = new StartWorkflowOptions();
         try {
-               PropertyBindingSupport.bindProperties(getCamelContext(), 
startWorkflowOptions, configuration.getStartWorkflowOptionsParameters());
+            PropertyBindingSupport.bindProperties(getCamelContext(), 
startWorkflowOptions, configuration.getStartWorkflowOptionsParameters());
             PropertyBindingSupport.bindProperties(getCamelContext(), 
startWorkflowOptions, configuration.getStartWorkflowOptionsParameters());
         } catch (Exception e) {
             throw new RuntimeException(e);

Reply via email to