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-collections.git

commit af6d2953620c20908026f628d95f0c4b379ff54c
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 9 19:05:23 2026 -0400

    Better Javadoc
---
 .../commons/collections4/iterators/SingletonListIterator.java       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java
 
b/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java
index f7396ac34..753638d0a 100644
--- 
a/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java
+++ 
b/src/main/java/org/apache/commons/collections4/iterators/SingletonListIterator.java
@@ -44,10 +44,10 @@ public class SingletonListIterator<E> implements 
ResettableListIterator<E> {
     }
 
     /**
-     * Add always throws {@link UnsupportedOperationException}.
+     * Always throws {@link UnsupportedOperationException}.
      *
-     * @param obj  the object to add
-     * @throws UnsupportedOperationException always
+     * @param obj Ignored.
+     * @throws UnsupportedOperationException Always thrown.
      */
     @Override
     public void add(final E obj) {

Reply via email to