Skip to content

Commit

Permalink
CAMEL-9509: Fixed camel-cometd. Thanks to dharsh for reporitng and sp…
Browse files Browse the repository at this point in the history
…otting where the bug was.
  • Loading branch information
davsclaus committed Jan 14, 2016
1 parent df5944f commit 16b924b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public CometdComponent getComponent() {
}

public boolean isSingleton() {
return false;
return true;
}

public String getPath() {
Expand Down

0 comments on commit 16b924b

Please sign in to comment.