This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 4825c47d Javadoc
4825c47d is described below
commit 4825c47db0f7e363f34f6a289153be1a9e58e54b
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 30 14:03:34 2026 +0000
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 7d7725c4..2ab2aa70 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 tracked by this list.
+ * @param <T> The type of elements tracked by this list.
*/
public class ListenerList<T extends EventListener> implements Serializable,
Iterable<T> {