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 8a171cc Fixed CS for Camel-cometd 8a171cc is described below commit 8a171cc4c3e21daa0e96400dd49c03cc71a8fb9f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Apr 29 19:51:54 2019 +0200 Fixed CS for Camel-cometd --- .../src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java b/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java index 471d7d7..24e096b 100644 --- a/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java +++ b/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java @@ -111,7 +111,7 @@ public class CometdEndpoint extends DefaultEndpoint { return component; } -public String getPath() { + public String getPath() { return uri.getPath(); }