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 159e9d435c486966bdce59117540172013799af2
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 16 08:34:31 2024 -0400

    More readable constant
---
 src/main/java/org/apache/commons/net/examples/ftp/TFTPExample.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/examples/ftp/TFTPExample.java 
b/src/main/java/org/apache/commons/net/examples/ftp/TFTPExample.java
index 302011f0..7c6ee9cd 100644
--- a/src/main/java/org/apache/commons/net/examples/ftp/TFTPExample.java
+++ b/src/main/java/org/apache/commons/net/examples/ftp/TFTPExample.java
@@ -70,7 +70,7 @@ public final class TFTPExample {
         final String localFilename;
         final String remoteFilename;
         final TFTPClient tftp;
-        int timeout = 60000;
+        int timeout = 60_000;
         boolean verbose = false;
 
         // Parse options

Reply via email to