You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/01/14 17:59:46 UTC

[3/3] camel git commit: CAMEL-9509: Fixed camel-cometd. Thanks to dharsh for reporitng and spotting where the bug was.

CAMEL-9509: Fixed camel-cometd. Thanks to dharsh for reporitng and spotting where the bug was.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b804f072
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b804f072
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b804f072

Branch: refs/heads/camel-2.15.x
Commit: b804f0724c83a92677053b05c54754da3196c7c2
Parents: 848815f
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Jan 14 16:57:58 2016 +0000
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Jan 14 16:59:26 2016 +0000

----------------------------------------------------------------------
 .../java/org/apache/camel/component/cometd/CometdEndpoint.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b804f072/components/camel-cometd/src/main/java/org/apache/camel/component/cometd/CometdEndpoint.java
----------------------------------------------------------------------
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 bde31bd..c83550e 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
@@ -112,7 +112,7 @@ public class CometdEndpoint extends DefaultEndpoint {
     }
 
     public boolean isSingleton() {
-        return false;
+        return true;
     }
 
     public String getPath() {