Replace javadoc mentions of JSch with MINA SSHD
JSch was replaced with MINA SSHD in v6 upgrade.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user