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 9ce1b1a Fixed CS for Camel-Hipchat
9ce1b1a is described below
commit 9ce1b1aaae1bff76f715d0e9183994a55cf9d1bb
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Apr 30 12:03:24 2019 +0200
Fixed CS for Camel-Hipchat
---
.../main/java/org/apache/camel/component/hipchat/HipchatEndpoint.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-hipchat/src/main/java/org/apache/camel/component/hipchat/HipchatEndpoint.java
b/components/camel-hipchat/src/main/java/org/apache/camel/component/hipchat/HipchatEndpoint.java
index a961b86..1e1e755 100644
---
a/components/camel-hipchat/src/main/java/org/apache/camel/component/hipchat/HipchatEndpoint.java
+++
b/components/camel-hipchat/src/main/java/org/apache/camel/component/hipchat/HipchatEndpoint.java
@@ -51,7 +51,7 @@ public class HipchatEndpoint extends ScheduledPollEndpoint {
return consumer;
}
-public HipchatConfiguration getConfiguration() {
+ public HipchatConfiguration getConfiguration() {
return configuration;
}
}