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 15172020 Declutter: Tests don't need Javadoc @since tags 15172020 is described below commit 15172020a0ff4d4cf54a33fc23c9ed869c3fae19 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 20 10:36:28 2024 -0500 Declutter: Tests don't need Javadoc @since tags --- src/test/java/org/apache/commons/net/SocketClientTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/java/org/apache/commons/net/SocketClientTest.java b/src/test/java/org/apache/commons/net/SocketClientTest.java index 5af2d90f..87180b27 100644 --- a/src/test/java/org/apache/commons/net/SocketClientTest.java +++ b/src/test/java/org/apache/commons/net/SocketClientTest.java @@ -32,8 +32,6 @@ import org.junit.jupiter.api.Test; /** * A simple test class for SocketClient settings. - * - * @since 3.2 */ public class SocketClientTest { private static final String PROXY_HOST = "127.0.0.1";