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 82221137 Javadoc
82221137 is described below
commit 82221137e5dcb5b3d0aa132c81756c605f4dd30f
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jul 16 13:35:33 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/net/io/CopyStreamListener.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/net/io/CopyStreamListener.java
b/src/main/java/org/apache/commons/net/io/CopyStreamListener.java
index 1abb7d0a..43572950 100644
--- a/src/main/java/org/apache/commons/net/io/CopyStreamListener.java
+++ b/src/main/java/org/apache/commons/net/io/CopyStreamListener.java
@@ -25,7 +25,6 @@ import java.util.EventListener;
* uninstantiable org.apache.commons.io.Util class, which would preclude the
use of addCopyStreamListener and removeCopyStreamListener methods. However,
future
* additions may use the JavaBean event model, which is why the hooks have
been included from the beginning.
*
- *
* @see CopyStreamEvent
* @see CopyStreamAdapter
* @see Util