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 2128009  Specify scale fully in Javadoc.
2128009 is described below

commit 21280093fd2b98133743e354fc512ee187c79c25
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Feb 2 12:04:58 2021 -0500

    Specify scale fully in Javadoc.
    
    Minor formatting.
---
 src/main/java/org/apache/commons/net/ftp/FTPClient.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/net/ftp/FTPClient.java 
b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
index 7490693..9126684 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPClient.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
@@ -405,7 +405,7 @@ implements Configurable
 
     // How long to wait (ms) for keepalive message replies before continuing
     // Most FTP servers don't seem to support concurrent control and data 
connection usage
-    private int controlKeepAliveReplyTimeout=1000;
+    private int controlKeepAliveReplyTimeout = 1000;
 
     // Debug counts for NOOP acks
     private int[] cslDebug;
@@ -3802,7 +3802,7 @@ implements Configurable
      * <p>
      * See the class Javadoc section "Control channel keep-alive feature:"
      *
-     * @param controlIdle the wait (in secs) between keepalive messages. Zero 
(or less) disables.
+     * @param controlIdle the wait (in seconds) between keepalive messages. 
Zero (or less) disables.
      * @since 3.0
      * @see #setControlKeepAliveReplyTimeout(int)
      */

Reply via email to