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 b9273c7 Fixed CS for Camel-Ganglia
b9273c7 is described below
commit b9273c7251869ea4f29d84bacc79b7fc5c60f0d0
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Apr 30 10:29:21 2019 +0200
Fixed CS for Camel-Ganglia
---
.../main/java/org/apache/camel/component/ganglia/GangliaEndpoint.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-ganglia/src/main/java/org/apache/camel/component/ganglia/GangliaEndpoint.java
b/components/camel-ganglia/src/main/java/org/apache/camel/component/ganglia/GangliaEndpoint.java
index 56e9e67..8ce679d 100644
---
a/components/camel-ganglia/src/main/java/org/apache/camel/component/ganglia/GangliaEndpoint.java
+++
b/components/camel-ganglia/src/main/java/org/apache/camel/component/ganglia/GangliaEndpoint.java
@@ -55,7 +55,7 @@ public class GangliaEndpoint extends DefaultEndpoint {
throw new UnsupportedOperationException("Ganglia consumer not
supported");
}
-public GangliaConfiguration getConfiguration() {
+ public GangliaConfiguration getConfiguration() {
return configuration;
}