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/04/30 11:11:06 UTC

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

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 8fa7692  Fixed CS for Camel-JClouds
8fa7692 is described below

commit 8fa769277036de462bebc640982413c1206d9926
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 30 13:10:43 2019 +0200

    Fixed CS for Camel-JClouds
---
 .../main/java/org/apache/camel/component/jclouds/JcloudsEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jclouds/src/main/java/org/apache/camel/component/jclouds/JcloudsEndpoint.java b/components/camel-jclouds/src/main/java/org/apache/camel/component/jclouds/JcloudsEndpoint.java
index d70b562..c5a272b 100644
--- a/components/camel-jclouds/src/main/java/org/apache/camel/component/jclouds/JcloudsEndpoint.java
+++ b/components/camel-jclouds/src/main/java/org/apache/camel/component/jclouds/JcloudsEndpoint.java
@@ -33,7 +33,7 @@ public abstract class JcloudsEndpoint extends DefaultEndpoint {
         super(uri, component);
     }
 
-public JcloudsConfiguration getConfiguration() {
+    public JcloudsConfiguration getConfiguration() {
         return configuration;
     }