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 8270e51  Fixed CS for Camel-AWS-Ses
8270e51 is described below

commit 8270e5128f5255371f8a7bba0cd77418712904f2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Apr 29 19:19:19 2019 +0200

    Fixed CS for Camel-AWS-Ses
---
 .../src/main/java/org/apache/camel/component/aws/ses/SesEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-aws-ses/src/main/java/org/apache/camel/component/aws/ses/SesEndpoint.java
 
b/components/camel-aws-ses/src/main/java/org/apache/camel/component/aws/ses/SesEndpoint.java
index 7d0aafb..9593f88 100644
--- 
a/components/camel-aws-ses/src/main/java/org/apache/camel/component/aws/ses/SesEndpoint.java
+++ 
b/components/camel-aws-ses/src/main/java/org/apache/camel/component/aws/ses/SesEndpoint.java
@@ -76,7 +76,7 @@ public class SesEndpoint extends DefaultEndpoint {
         return new SesProducer(this);
     }
 
-public SesConfiguration getConfiguration() {
+    public SesConfiguration getConfiguration() {
         return configuration;
     }
 

Reply via email to