This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 35b3d2add222d8692d591c9add4ab71fa3dba3e2 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Oct 4 11:33:26 2021 +0200 Polished --- .../java/org/apache/camel/component/file/remote/SftpConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpConfiguration.java b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpConfiguration.java index e1643b5..a48f602 100644 --- a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpConfiguration.java +++ b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpConfiguration.java @@ -75,7 +75,7 @@ public class SftpConfiguration extends RemoteFileConfiguration { private boolean existDirCheckUsingLs = true; @UriParam(label = "security") private String keyExchangeProtocols; - @UriParam(label = "producer, advanced") + @UriParam(label = "producer,advanced") private String chmodDirectory; public SftpConfiguration() {