Remove the SFTPClient.getFileTansfer() method that has typo altogether as this is a simple change to make for clients.

This commit is contained in:
Shikhar Bhushan
2012-01-08 09:29:59 +00:00
parent 81e36153d7
commit 9b0d39a798

View File

@@ -47,11 +47,6 @@ public class SFTPClient
return engine;
}
@Deprecated
public SFTPFileTransfer getFileTansfer() {
return getFileTransfer();
}
public SFTPFileTransfer getFileTransfer() {
return xfer;
}