This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 957830e84c NO-JIRA silly grammar mistake
957830e84c is described below
commit 957830e84c558f04fc20fcfb691bf80652eb673e
Author: Clebert Suconic <[email protected]>
AuthorDate: Wed Feb 26 12:28:41 2025 -0500
NO-JIRA silly grammar mistake
---
.../apache/activemq/artemis/utils/collections/LinkedListIterator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/LinkedListIterator.java
b/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/LinkedListIterator.java
index 5f0c2482b5..5508934ffa 100644
---
a/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/LinkedListIterator.java
+++
b/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/LinkedListIterator.java
@@ -27,7 +27,7 @@ public interface LinkedListIterator<E> extends Iterator<E>,
AutoCloseable {
void repeat();
- /** This method is doing exactly what {@link Iterator#remove()} would do,
however it will return the removed element being removed. */
+ /** This method is doing exactly what {@link Iterator#remove()} would do,
however it will return the element being removed. */
E removeLastElement();
@Override
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact