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:24:17 UTC

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

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 92c2d0a  Fixed CS for Camel-Bonita
92c2d0a is described below

commit 92c2d0a47dc80789f237160de88cf50484ddc3aa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 29 19:23:55 2019 +0200

    Fixed CS for Camel-Bonita
---
 .../src/main/java/org/apache/camel/component/bonita/BonitaEndpoint.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-bonita/src/main/java/org/apache/camel/component/bonita/BonitaEndpoint.java b/components/camel-bonita/src/main/java/org/apache/camel/component/bonita/BonitaEndpoint.java
index 9e0e248..2cf36f4 100644
--- a/components/camel-bonita/src/main/java/org/apache/camel/component/bonita/BonitaEndpoint.java
+++ b/components/camel-bonita/src/main/java/org/apache/camel/component/bonita/BonitaEndpoint.java
@@ -56,7 +56,7 @@ public class BonitaEndpoint extends DefaultEndpoint {
         throw new UnsupportedOperationException("Consumer not supported");
     }
 
-public BonitaConfiguration getConfiguration() {
+    public BonitaConfiguration getConfiguration() {
         return configuration;
     }