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 b464e005aa8cdd2c5a190cb5345714e1c995083d Author: Gary Gregory <[email protected]> AuthorDate: Fri Mar 13 07:25:59 2026 -0400 Javadoc --- src/main/java/org/apache/commons/net/util/ListenerList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/net/util/ListenerList.java b/src/main/java/org/apache/commons/net/util/ListenerList.java index a51c88af..4566e934 100644 --- a/src/main/java/org/apache/commons/net/util/ListenerList.java +++ b/src/main/java/org/apache/commons/net/util/ListenerList.java @@ -27,7 +27,7 @@ import java.util.concurrent.CopyOnWriteArrayList; /** * A list of event listeners. * - * @param <T> the type of elements returned by the iterator + * @param <T> the type of elements tracked by this list. */ public class ListenerList<T extends EventListener> implements Serializable, Iterable<T> {
