You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/01/09 21:30:40 UTC

[camel] branch master updated: CAMEL-12126: camel-ftp - Add option for resume download

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 57d028f  CAMEL-12126: camel-ftp - Add option for resume download
57d028f is described below

commit 57d028fca3b35530cb98b39a2263431023b346c1
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Tue Jan 9 22:30:34 2018 +0100

    CAMEL-12126: camel-ftp - Add option for resume download
    
    minimal improvement of javadoc comment
---
 .../main/java/org/apache/camel/component/file/remote/FtpEndpoint.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/FtpEndpoint.java b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/FtpEndpoint.java
index 35d82c8..2d332a8 100644
--- a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/FtpEndpoint.java
+++ b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/FtpEndpoint.java
@@ -326,9 +326,9 @@ public class FtpEndpoint<T extends FTPFile> extends RemoteFileEndpoint<FTPFile>
     }
 
     /**
-     * Configures whether resume download is enabled. This requires support from the FTP server (which almost all FTP server does).
+     * Configures whether resume download is enabled. This must be supported by the FTP server (almost all FTP servers support it).
      * In addition the option <tt>localWorkDirectory</tt> must be configured so downloaded files are stored in a local directory,
-     * which is required for support resume downloads.
+     * which is required to support resuming of downloads.
      */
     public void setResumeDownload(boolean resumeDownload) {
         this.resumeDownload = resumeDownload;

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].