Replace javadoc mentions of JSch with MINA SSHD

JSch was replaced with MINA SSHD in v6 upgrade.
This commit is contained in:
Otto Laitila
2022-12-16 17:57:18 +02:00
committed by GitHub
parent 4cd0029579
commit 7adaaafd40
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ public class DefaultSftpSessionFactory implements SessionFactory<SftpClient.DirE
}
/**
* Intended for use in tests so the jsch can be mocked.
* Intended for use in tests so the MINA SSHD can be mocked.
* @param sshClient The SshClient instance.
* @param isSharedSession true if the session is to be shared.
*/

View File

@@ -38,7 +38,7 @@ import org.springframework.util.PatternMatchUtils;
import org.springframework.util.StringUtils;
/**
* Default SFTP {@link Session} implementation. Wraps a JSCH session instance.
* Default SFTP {@link Session} implementation. Wraps a MINA SSHD session instance.
*
* @author Josh Long
* @author Mario Gray