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 12:05:35 UTC

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

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 c87ef00  Fixed CS for Camel-Nagios
c87ef00 is described below

commit c87ef00685d26e8d5a60ccf10021e45cd3700669
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 30 14:04:52 2019 +0200

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

diff --git a/components/camel-nagios/src/main/java/org/apache/camel/component/nagios/NagiosEndpoint.java b/components/camel-nagios/src/main/java/org/apache/camel/component/nagios/NagiosEndpoint.java
index 2ea274e..e2616db 100644
--- a/components/camel-nagios/src/main/java/org/apache/camel/component/nagios/NagiosEndpoint.java
+++ b/components/camel-nagios/src/main/java/org/apache/camel/component/nagios/NagiosEndpoint.java
@@ -56,7 +56,7 @@ public class NagiosEndpoint extends DefaultEndpoint {
         throw new UnsupportedOperationException("Nagios consumer not supported");
     }
 
-public NagiosConfiguration getConfiguration() {
+    public NagiosConfiguration getConfiguration() {
         return configuration;
     }