Have newStatefulSFTPClient return StatefulSFTPClient (#876)

This commit is contained in:
cebaa
2023-07-14 05:23:03 -04:00
committed by GitHub
parent 233c0dcaa6
commit e7614db94a

View File

@@ -742,7 +742,7 @@ public class SSHClient
*
* @throws IOException if there is an error starting the {@code sftp} subsystem
*/
public SFTPClient newStatefulSFTPClient()
public StatefulSFTPClient newStatefulSFTPClient()
throws IOException {
checkConnected();
checkAuthenticated();