This is an automated email from the ASF dual-hosted git repository. davsclaus 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 644cad9 Polished 644cad9 is described below commit 644cad97a1e2419c15bf4ca66d6c435ca3729137 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jan 17 10:08:03 2020 +0100 Polished --- .../src/main/java/org/apache/camel/component/as2/AS2Endpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-as2/camel-as2-component/src/main/java/org/apache/camel/component/as2/AS2Endpoint.java b/components/camel-as2/camel-as2-component/src/main/java/org/apache/camel/component/as2/AS2Endpoint.java index 40b39d3..1f7e832 100644 --- a/components/camel-as2/camel-as2-component/src/main/java/org/apache/camel/component/as2/AS2Endpoint.java +++ b/components/camel-as2/camel-as2-component/src/main/java/org/apache/camel/component/as2/AS2Endpoint.java @@ -49,7 +49,7 @@ import org.apache.http.entity.ContentType; /** * Component used for transferring data secure and reliable over the internet using the AS2 protocol. */ -@UriEndpoint(scheme = "as2", firstVersion = "2.22.0", title = "AS2", syntax = "as2:apiName/methodName", label = "AS2") +@UriEndpoint(scheme = "as2", firstVersion = "2.22.0", title = "AS2", syntax = "as2:apiName/methodName", label = "file") public class AS2Endpoint extends AbstractApiEndpoint<AS2ApiName, AS2Configuration> { @UriParam