From 2bbdaeb3b2296a2910e5d44152a02cc0f098ce59 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Wed, 15 Jul 2026 06:08:37 +0000
Subject: [PATCH] Enable Javadoc doclint (all,-missing) and fail on warnings (#734)
---
opendj-server-legacy/src/main/java/org/opends/server/replication/server/MsgQueue.java | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/replication/server/MsgQueue.java b/opendj-server-legacy/src/main/java/org/opends/server/replication/server/MsgQueue.java
index 464d206..2564dcc 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/replication/server/MsgQueue.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/replication/server/MsgQueue.java
@@ -13,6 +13,7 @@
*
* Copyright 2006-2010 Sun Microsystems, Inc.
* Portions Copyright 2012-2016 ForgeRock AS.
+ * Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.replication.server;
@@ -88,9 +89,9 @@
}
/**
- * Returns <tt>true</tt> if this MsgQueue contains no UpdateMsg.
+ * Returns <code>true</code> if this MsgQueue contains no UpdateMsg.
*
- * @return <tt>true</tt> if this MsgQueue contains no UpdateMsg.
+ * @return <code>true</code> if this MsgQueue contains no UpdateMsg.
*/
public boolean isEmpty()
{
@@ -161,12 +162,12 @@
}
/**
- * Returns <tt>true</tt> if this map contains an UpdateMsg
+ * Returns <code>true</code> if this map contains an UpdateMsg
* with the same CSN as the given UpdateMsg.
*
* @param msg UpdateMsg whose presence in this queue is to be tested.
*
- * @return <tt>true</tt> if this map contains an UpdateMsg
+ * @return <code>true</code> if this map contains an UpdateMsg
* with the same CSN as the given UpdateMsg.
*/
public boolean contains(UpdateMsg msg)
--
Gitblit v1.10.0