You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jk...@apache.org on 2019/07/14 11:46:05 UTC

[ant] branch master updated: 1.10.7

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ee3ef7a  1.10.7
ee3ef7a is described below

commit ee3ef7a0c37ec95491c19bbe0d3b5e281f3ea19f
Author: jkf <jm...@famkruithof.net>
AuthorDate: Sun Jul 14 13:45:37 2019 +0200

    1.10.7
---
 src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java b/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
index 042768a..61cdc3b 100644
--- a/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
+++ b/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
@@ -1733,7 +1733,7 @@ public class FTP extends Task implements FTPTaskConfig {
      * The parameter is in seconds
      *
      * @param wakeUpTransferInterval int
-     * @since Ant 1.10.6
+     * @since Ant 1.10.7
      */
     public void setWakeUpTransferInterval(int wakeUpTransferInterval) {
         if (wakeUpTransferInterval > 0) {