You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/23 12:10:01 UTC

[commons-net] branch master updated: Javadoc

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 abce343a Javadoc
abce343a is described below

commit abce343a72b2d432c434b8b2220d256040fb6e28
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 23 08:09:57 2023 -0400

    Javadoc
---
 src/test/java/org/apache/commons/net/tftp/TFTPServer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/net/tftp/TFTPServer.java b/src/test/java/org/apache/commons/net/tftp/TFTPServer.java
index 0efd1d3b..e04dea64 100644
--- a/src/test/java/org/apache/commons/net/tftp/TFTPServer.java
+++ b/src/test/java/org/apache/commons/net/tftp/TFTPServer.java
@@ -732,7 +732,7 @@ public class TFTPServer implements Runnable {
     /**
      * Set the socket timeout in milliseconds used in transfers.
      * <p>
-     * Defaults to the value {@link TFTP#DEFAULT_TIMEOUT} (5000 at the time I write this). Min value of 10.
+     * Defaults to the value {@link TFTP#DEFAULT_TIMEOUT}. Minimum value of 10.
      * </p>
      * @param timeout the timeout; must be equal to or larger than 10.
      */