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/29 17:22:13 UTC

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

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 3b799ec  Fixed CS for Camel-Azure
3b799ec is described below

commit 3b799ecadf134238197145c37abcf3f1458c15a9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 29 19:21:52 2019 +0200

    Fixed CS for Camel-Azure
---
 .../java/org/apache/camel/component/azure/blob/BlobServiceEndpoint.java | 2 +-
 .../org/apache/camel/component/azure/queue/QueueServiceEndpoint.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-azure/src/main/java/org/apache/camel/component/azure/blob/BlobServiceEndpoint.java b/components/camel-azure/src/main/java/org/apache/camel/component/azure/blob/BlobServiceEndpoint.java
index 11c6919..009d485 100644
--- a/components/camel-azure/src/main/java/org/apache/camel/component/azure/blob/BlobServiceEndpoint.java
+++ b/components/camel-azure/src/main/java/org/apache/camel/component/azure/blob/BlobServiceEndpoint.java
@@ -68,7 +68,7 @@ public class BlobServiceEndpoint extends DefaultEndpoint {
         return new BlobServiceProducer(this);
     }
 
-public BlobServiceConfiguration getConfiguration() {
+    public BlobServiceConfiguration getConfiguration() {
         return configuration;
     }
 
diff --git a/components/camel-azure/src/main/java/org/apache/camel/component/azure/queue/QueueServiceEndpoint.java b/components/camel-azure/src/main/java/org/apache/camel/component/azure/queue/QueueServiceEndpoint.java
index 0b55955..e0640f9 100644
--- a/components/camel-azure/src/main/java/org/apache/camel/component/azure/queue/QueueServiceEndpoint.java
+++ b/components/camel-azure/src/main/java/org/apache/camel/component/azure/queue/QueueServiceEndpoint.java
@@ -59,7 +59,7 @@ public class QueueServiceEndpoint extends DefaultEndpoint {
         return new QueueServiceProducer(this);
     }
 
-public QueueServiceConfiguration getConfiguration() {
+    public QueueServiceConfiguration getConfiguration() {
         return configuration;
     }