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 23fae65 CAMEL-13716 - fixed wrong syntax for corda endpoints new 49bface Merge pull request #3011 from lhein/CAMEL-13716 23fae65 is described below commit 23fae650e810e074ae594af4d087067ddb442b2d Author: Lars Heinemann <lhein....@gmail.com> AuthorDate: Tue Jul 2 14:53:20 2019 +0200 CAMEL-13716 - fixed wrong syntax for corda endpoints Signed-off-by: Lars Heinemann <lhein....@gmail.com> --- .../src/main/java/org/apache/camel/component/corda/CordaEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-corda/src/main/java/org/apache/camel/component/corda/CordaEndpoint.java b/components/camel-corda/src/main/java/org/apache/camel/component/corda/CordaEndpoint.java index 7e843aa..aad9717 100644 --- a/components/camel-corda/src/main/java/org/apache/camel/component/corda/CordaEndpoint.java +++ b/components/camel-corda/src/main/java/org/apache/camel/component/corda/CordaEndpoint.java @@ -34,7 +34,7 @@ import org.apache.camel.support.DefaultEndpoint; /** * The corda component uses the corda-rpc to interact with corda nodes. */ -@UriEndpoint(firstVersion = "2.23.0", scheme = "corda", title = "corda", syntax = "corda:url", label = "corda,blockchain") +@UriEndpoint(firstVersion = "2.23.0", scheme = "corda", title = "corda", syntax = "corda:configuration", label = "corda,blockchain") public class CordaEndpoint extends DefaultEndpoint { @UriPath(description = "URL to the corda node")