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/mina-ftpserver.git
The following commit(s) were added to refs/heads/master by this push: new 566d2947 Remove unused import 566d2947 is described below commit 566d2947b5508dd868ce8ac2938fab6313e7d6f2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 16 09:57:09 2023 -0400 Remove unused import --- .../src/test/java/org/apache/ftpserver/ftplet/DefaultFtpReplyTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/ftplet-api/src/test/java/org/apache/ftpserver/ftplet/DefaultFtpReplyTest.java b/ftplet-api/src/test/java/org/apache/ftpserver/ftplet/DefaultFtpReplyTest.java index 56b5db80..06510c16 100644 --- a/ftplet-api/src/test/java/org/apache/ftpserver/ftplet/DefaultFtpReplyTest.java +++ b/ftplet-api/src/test/java/org/apache/ftpserver/ftplet/DefaultFtpReplyTest.java @@ -21,8 +21,6 @@ package org.apache.ftpserver.ftplet; import junit.framework.TestCase; -import org.apache.ftpserver.ftplet.DefaultFtpReply; - /** * * @author <a href="http://mina.apache.org">Apache MINA Project</a>