Skip to content

Commit e7614db

Browse files
authored
Have newStatefulSFTPClient return StatefulSFTPClient (#876)
1 parent 233c0dc commit e7614db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/schmizz/sshj/SSHClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ public SFTPClient newSFTPClient()
742742
*
743743
* @throws IOException if there is an error starting the {@code sftp} subsystem
744744
*/
745-
public SFTPClient newStatefulSFTPClient()
745+
public StatefulSFTPClient newStatefulSFTPClient()
746746
throws IOException {
747747
checkConnected();
748748
checkAuthenticated();

0 commit comments

Comments
 (0)