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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 11a62c748 Fix Javadoc typos
11a62c748 is described below
commit 11a62c748c34095f6478c4cd89aebe9a3a6c07e2
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 14 14:37:47 2026 -0500
Fix Javadoc typos
---
.../org/apache/commons/configuration2/event/TestEventListenerList.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/configuration2/event/TestEventListenerList.java
b/src/test/java/org/apache/commons/configuration2/event/TestEventListenerList.java
index 70fa13fb3..8f364b919 100644
---
a/src/test/java/org/apache/commons/configuration2/event/TestEventListenerList.java
+++
b/src/test/java/org/apache/commons/configuration2/event/TestEventListenerList.java
@@ -35,7 +35,7 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
/**
- * Test class for {@code EventListenerList.}
+ * Test class for {@code EventListenerList}.
*/
public class TestEventListenerList {