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 a47d953e Javadoc: Fix double the
a47d953e is described below

commit a47d953ef73467af8a6eed867070b45f942ea323
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:17:07 2025 -0500

    Javadoc: Fix double the
---
 src/main/java/org/apache/commons/net/ftp/FTPClient.java   | 2 +-
 src/main/java/org/apache/commons/net/ntp/NtpV3Packet.java | 2 +-
 2 files 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 182e8a04..bcfbb754 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPClient.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
@@ -1002,7 +1002,7 @@ public class FTPClient extends FTP implements 
Configurable {
     }
 
     /**
-     * Gets the the output stream.
+     * Gets the output stream.
      *
      * @param command the command to send
      * @param remote  the remote file name
diff --git a/src/main/java/org/apache/commons/net/ntp/NtpV3Packet.java 
b/src/main/java/org/apache/commons/net/ntp/NtpV3Packet.java
index cd0a4590..b1560dda 100644
--- a/src/main/java/org/apache/commons/net/ntp/NtpV3Packet.java
+++ b/src/main/java/org/apache/commons/net/ntp/NtpV3Packet.java
@@ -225,7 +225,7 @@ public interface NtpV3Packet {
     int getRootDispersion();
 
     /**
-     * Gets the the root dispersion in milliseconds.
+     * Gets the root dispersion in milliseconds.
      *
      * @return the root dispersion in milliseconds.
      */

Reply via email to