We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233c0dc commit e7614dbCopy full SHA for e7614db
src/main/java/net/schmizz/sshj/SSHClient.java
@@ -742,7 +742,7 @@ public SFTPClient newSFTPClient()
742
*
743
* @throws IOException if there is an error starting the {@code sftp} subsystem
744
*/
745
- public SFTPClient newStatefulSFTPClient()
+ public StatefulSFTPClient newStatefulSFTPClient()
746
throws IOException {
747
checkConnected();
748
checkAuthenticated();
0 commit comments