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

commit 87393802cdbf7bee68db64610e373ee876c0d3e8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Feb 19 15:17:08 2025 -0500

    Javadoc
---
 src/main/java/org/apache/commons/net/ftp/FTP.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/ftp/FTP.java 
b/src/main/java/org/apache/commons/net/ftp/FTP.java
index ffb972b3..4e68a8f3 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTP.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTP.java
@@ -1280,7 +1280,7 @@ public class FTP extends SocketClient {
     }
 
     /**
-     * Saves the character encoding to be used by the FTP control connection. 
Some FTP servers require that commands be issued in a non-ASCII encoding like
+     * Sets the character encoding to be used by the FTP control connection. 
Some FTP servers require that commands be issued in a non-ASCII encoding like
      * UTF-8 so that file names with multi-byte character representations 
(e.g, Big 8) can be specified.
      * <p>
      * Please note that this has to be set before the connection is 
established.

Reply via email to