Skip to content

Commit 5a29f53

Browse files
authored
Merge branch 'master' into java-8-required
2 parents d159db7 + e7614db commit 5a29f53

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)