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 2021/02/08 19:29:12 UTC

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

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 017daa9  NO-JIRA fixing javadoc
017daa9 is described below

commit 017daa90f2d17d70cd5ea98ddb8899e13af606d0
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Mon Feb 8 13:52:45 2021 -0500

    NO-JIRA fixing javadoc
---
 .../src/main/java/org/apache/activemq/artemis/api/core/ObjLongPair.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/ObjLongPair.java b/artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/ObjLongPair.java
index 448d008..4bd4f1d 100644
--- a/artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/ObjLongPair.java
+++ b/artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/ObjLongPair.java
@@ -20,7 +20,7 @@ import java.io.Serializable;
 import java.util.Objects;
 
 /**
- * A Pair is a holder for 1 object and a >= 0 primitive long value.
+ * A Pair is a holder for 1 object and 'a' being greater or equal than 0.
  * <p>
  * This is a utility class.
  */