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
The following commit(s) were added to refs/heads/main by this push: new e305dca9239 Regen for commit d3539ec79139d7c401ca7c86d6353f0f07308728 (#8865) e305dca9239 is described below commit e305dca923942084e33a72d5b98702d8c4bc9243 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Dec 7 20:21:22 2022 +0100 Regen for commit d3539ec79139d7c401ca7c86d6353f0f07308728 (#8865) Signed-off-by: GitHub <nore...@github.com> Signed-off-by: GitHub <nore...@github.com> Co-authored-by: davsclaus <davscl...@users.noreply.github.com> --- .../org/apache/camel/component/file/remote/SftpConfiguration.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 cca314e163c..57fd9c9d969 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 @@ -373,8 +373,8 @@ public class SftpConfiguration extends RemoteFileConfiguration { /** * Set a comma separated list of algorithms supported for the server host key. Some examples include: - * ssh-dss,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521. If not - * specified the default list from JSCH will be used. + * ssh-dss,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521. If not specified the default list + * from JSCH will be used. */ public void setServerHostKeys(String serverHostKeys) { this.serverHostKeys = serverHostKeys; @@ -386,8 +386,8 @@ public class SftpConfiguration extends RemoteFileConfiguration { /** * Set a comma separated list of public key accepted algorithms. Some examples include: - * ssh-dss,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521. If not - * specified the default list from JSCH will be used. + * ssh-dss,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521. If not specified the default list + * from JSCH will be used. */ public void setPublicKeyAcceptedAlgorithms(String publicKeyAcceptedAlgorithms) { this.publicKeyAcceptedAlgorithms = publicKeyAcceptedAlgorithms;