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 3ddfa2d Fixed CS for Camel-IRC
3ddfa2d is described below
commit 3ddfa2d6cb491047a84aa383b23486aa5047eb4d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Apr 30 12:10:50 2019 +0200
Fixed CS for Camel-IRC
---
.../src/main/java/org/apache/camel/component/irc/IrcEndpoint.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcEndpoint.java
b/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcEndpoint.java
index ab9d652..4b5f041 100644
---
a/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcEndpoint.java
+++
b/components/camel-irc/src/main/java/org/apache/camel/component/irc/IrcEndpoint.java
@@ -52,7 +52,7 @@ public class IrcEndpoint extends DefaultEndpoint {
this.configuration = configuration;
}
-public Exchange createExchange(ExchangePattern pattern) {
+ public Exchange createExchange(ExchangePattern pattern) {
Exchange exchange = super.createExchange(pattern);
exchange.setProperty(Exchange.BINDING, getBinding());
return exchange;