You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2020/10/30 14:03:02 UTC

[activemq-artemis] branch master updated: NO-JIRA fixing javadoc for release

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new a8bfe0d  NO-JIRA fixing javadoc for release
a8bfe0d is described below

commit a8bfe0dd42c4924b61ab58f00eaf970828d90d46
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Fri Oct 30 10:02:50 2020 -0400

    NO-JIRA fixing javadoc for release
---
 .../java/org/apache/activemq/artemis/utils/collections/LinkedList.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/LinkedList.java b/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/LinkedList.java
index c0acb45..3d77710 100644
--- a/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/LinkedList.java
+++ b/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/LinkedList.java
@@ -34,7 +34,7 @@ public interface LinkedList<E> {
 
    void clearID();
 
-   /** The ID Supplier function needs to return positive IDs (>= 0).
+   /** The ID Supplier function needs to return positive IDs (greater or equal to 0)
     *  If you spply a negative ID, it will be considered a null value, and
     *  the value will just be ignored. */
    void setIDSupplier(ToLongFunction<E> supplier);