mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
Remove the SFTPClient.getFileTansfer() method that has typo altogether as this is a simple change to make for clients.
This commit is contained in:
@@ -47,11 +47,6 @@ public class SFTPClient
|
||||
return engine;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public SFTPFileTransfer getFileTansfer() {
|
||||
return getFileTransfer();
|
||||
}
|
||||
|
||||
public SFTPFileTransfer getFileTransfer() {
|
||||
return xfer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user