CAMEL-8561: Better component docs summary of components - we use javadoc from the endpoint class instead of component so its in the same source file as @UriEndpoint.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fcfd7bd5 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fcfd7bd5 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fcfd7bd5 Branch: refs/heads/master Commit: fcfd7bd50fab00f2c8464739fed603bc17746b1c Parents: bd6f3f4 Author: Claus Ibsen <[email protected]> Authored: Sun Dec 27 18:28:17 2015 +0100 Committer: Claus Ibsen <[email protected]> Committed: Sun Dec 27 18:28:17 2015 +0100 ---------------------------------------------------------------------- .../src/main/java/org/apache/camel/component/sip/SipEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/fcfd7bd5/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipEndpoint.java ---------------------------------------------------------------------- diff --git a/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipEndpoint.java b/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipEndpoint.java index 5a59e0c..503318e 100644 --- a/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipEndpoint.java +++ b/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipEndpoint.java @@ -27,7 +27,7 @@ import org.apache.camel.spi.UriParam; /** * To send and receive messages using the SIP protocol (used in telco and mobile). */ -@UriEndpoint(scheme = "sip,sips", title = "SIP (Session Initiation Protocol)", syntax = "sip:uri", label = "mobile") +@UriEndpoint(scheme = "sip,sips", title = "SIP", syntax = "sip:uri", label = "mobile") public class SipEndpoint extends DefaultEndpoint { @UriParam private SipConfiguration configuration;
