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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


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

commit c6fe5cbe26f8ac3f55ffe93e2d4c2fe73becaad7
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 1 08:16:17 2026 -0400

    Javadoc
---
 src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java 
b/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java
index bd525e3f..0358b050 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java
@@ -342,7 +342,7 @@ public class FTPClientConfig {
     }
 
     /**
-     * Constructor which allows setting of the format string member fields
+     * Constructs a new instance to set the format string member fields.
      *
      * @param systemKey            key representing system type of the server 
being connected to. See {@link #getServerSystemKey() serverSystemKey}
      * @param defaultDateFormatStr See {@link #setDefaultDateFormatStr(String) 
defaultDateFormatStr}
@@ -356,7 +356,7 @@ public class FTPClientConfig {
     }
 
     /**
-     * Constructor which allows setting of most member fields
+     * Constructs a new instance to set most member fields.
      *
      * @param systemKey            key representing system type of the server 
being connected to. See {@link #getServerSystemKey() serverSystemKey}
      * @param defaultDateFormatStr See {@link #setDefaultDateFormatStr(String) 
defaultDateFormatStr}
@@ -376,7 +376,7 @@ public class FTPClientConfig {
     }
 
     /**
-     * Constructor which allows setting of all member fields
+     * Constructs a new instance to set all member fields.
      *
      * @param systemKey              key representing system type of the 
server being connected to. See {@link #getServerSystemKey() serverSystemKey}
      * @param defaultDateFormatStr   See {@link 
#setDefaultDateFormatStr(String) defaultDateFormatStr}

Reply via email to