docfix - not part of the contract

This commit is contained in:
Shikhar Bhushan
2012-05-12 22:13:22 +01:00
parent b13e22084b
commit 3c2bda3196

View File

@@ -45,8 +45,6 @@ public interface FileTransfer {
/** /**
* Upload {@code localFile} to {@code remotePath}. * Upload {@code localFile} to {@code remotePath}.
* <p/>
* Attributes will be set on {@code remotePath} based on the {@code localFile}.
* *
* @param localFile * @param localFile
* @param remotePath * @param remotePath
@@ -58,8 +56,6 @@ public interface FileTransfer {
/** /**
* Download {@code remotePath} to {@code localFile}. * Download {@code remotePath} to {@code localFile}.
* <p/>
* Attributes will be set on {@code localFile} based on the {@code remotePath}'s attributes.
* *
* @param localFile * @param localFile
* @param remotePath * @param remotePath