mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 07:40:55 +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;
|
return engine;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public SFTPFileTransfer getFileTansfer() {
|
|
||||||
return getFileTransfer();
|
|
||||||
}
|
|
||||||
|
|
||||||
public SFTPFileTransfer getFileTransfer() {
|
public SFTPFileTransfer getFileTransfer() {
|
||||||
return xfer;
|
return xfer;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user