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 2705577353bbf5eb49093eed2842364718c666a0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 28 17:38:13 2024 -0400

    Remove unused import
---
 src/test/java/org/apache/commons/net/tftp/TFTPTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/net/tftp/TFTPTest.java 
b/src/test/java/org/apache/commons/net/tftp/TFTPTest.java
index c1e45797..382e3f0c 100644
--- a/src/test/java/org/apache/commons/net/tftp/TFTPTest.java
+++ b/src/test/java/org/apache/commons/net/tftp/TFTPTest.java
@@ -25,7 +25,6 @@ import java.io.FileOutputStream;
 import java.io.IOException;
 import java.io.OutputStream;
 import java.net.InetAddress;
-import java.net.UnknownHostException;
 
 import junit.framework.TestCase;
 

Reply via email to