From 3c2bda319612d0c5808fdfee2f07dafa6b8aa677 Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Sat, 12 May 2012 22:13:22 +0100 Subject: [PATCH] docfix - not part of the contract --- src/main/java/net/schmizz/sshj/xfer/FileTransfer.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/net/schmizz/sshj/xfer/FileTransfer.java b/src/main/java/net/schmizz/sshj/xfer/FileTransfer.java index fe09371e..c97d41d4 100644 --- a/src/main/java/net/schmizz/sshj/xfer/FileTransfer.java +++ b/src/main/java/net/schmizz/sshj/xfer/FileTransfer.java @@ -45,8 +45,6 @@ public interface FileTransfer { /** * Upload {@code localFile} to {@code remotePath}. - *

- * Attributes will be set on {@code remotePath} based on the {@code localFile}. * * @param localFile * @param remotePath @@ -58,8 +56,6 @@ public interface FileTransfer { /** * Download {@code remotePath} to {@code localFile}. - *

- * Attributes will be set on {@code localFile} based on the {@code remotePath}'s attributes. * * @param localFile * @param remotePath