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 9117dc6d2f1f517e2d87c270018b3f455b70bc42 Author: Gary Gregory <[email protected]> AuthorDate: Fri Mar 13 07:21:33 2026 -0400 Javadoc --- src/main/java/org/apache/commons/net/io/CopyStreamAdapter.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/commons/net/io/CopyStreamAdapter.java b/src/main/java/org/apache/commons/net/io/CopyStreamAdapter.java index 382c0d21..b72aff42 100644 --- a/src/main/java/org/apache/commons/net/io/CopyStreamAdapter.java +++ b/src/main/java/org/apache/commons/net/io/CopyStreamAdapter.java @@ -25,7 +25,6 @@ import org.apache.commons.net.util.ListenerList; * listeners. The static copyStream() methods invoke the bytesTransfered(long, int) of a CopyStreamListener for performance reasons and also because multiple * listeners cannot be registered given that the methods are static. * - * * @see CopyStreamEvent * @see CopyStreamListener * @see Util
