Skip to content

Commit

Permalink
Have newStatefulSFTPClient return StatefulSFTPClient (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
cebaa authored Jul 14, 2023
1 parent 233c0dc commit e7614db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/schmizz/sshj/SSHClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ public SFTPClient newSFTPClient()
*
* @throws IOException if there is an error starting the {@code sftp} subsystem
*/
public SFTPClient newStatefulSFTPClient()
public StatefulSFTPClient newStatefulSFTPClient()
throws IOException {
checkConnected();
checkAuthenticated();
Expand Down

0 comments on commit e7614db

Please sign in to comment.