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 6035120 Fixed CS for Camel-NSQ 6035120 is described below commit 6035120d9121a06607ffeba75879c271a7a83a2f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 30 14:07:01 2019 +0200 Fixed CS for Camel-NSQ --- .../src/main/java/org/apache/camel/component/nsq/NsqEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-nsq/src/main/java/org/apache/camel/component/nsq/NsqEndpoint.java b/components/camel-nsq/src/main/java/org/apache/camel/component/nsq/NsqEndpoint.java index 422752b..41c1759 100644 --- a/components/camel-nsq/src/main/java/org/apache/camel/component/nsq/NsqEndpoint.java +++ b/components/camel-nsq/src/main/java/org/apache/camel/component/nsq/NsqEndpoint.java @@ -61,7 +61,7 @@ public class NsqEndpoint extends DefaultEndpoint { return getCamelContext().getExecutorServiceManager().newFixedThreadPool(this, "NsqTopic[" + configuration.getTopic() + "]", configuration.getPoolSize()); } -public NsqConfiguration getNsqConfiguration() { + public NsqConfiguration getNsqConfiguration() { return configuration; }