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
commit 5e49dea6435b4018b441ba6cd0428aa558383af6 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jan 20 12:35:10 2020 +0100 Fixed Elytron Endpoint description --- .../main/java/org/apache/camel/component/elytron/ElytronEndpoint.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronEndpoint.java b/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronEndpoint.java index 4893c40..fc17047 100644 --- a/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronEndpoint.java +++ b/components/camel-elytron/src/main/java/org/apache/camel/component/elytron/ElytronEndpoint.java @@ -32,9 +32,8 @@ import org.apache.camel.spi.UriParam; import org.wildfly.security.auth.server.SecurityIdentity; /** - * Endpoint + * The elytron component is allows you to work with the Elytron Security Framework * - * @author JiriOndrusek */ @UriEndpoint(firstVersion = "3.1.0", scheme = "elytron", title = "Elytron", syntax = "elytron:httpURI", label = "http", lenientProperties = true, extendsScheme = "undertow")
