Skip to content

Commit

Permalink
Merge branch 'master' into java-8-required
Browse files Browse the repository at this point in the history
  • Loading branch information
hierynomus authored Jul 14, 2023
2 parents d159db7 + e7614db commit 5a29f53
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 5a29f53

Please sign in to comment.