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