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/backends/ChangelogBackend.java | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/ChangelogBackend.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/ChangelogBackend.java
index 24e154e..60c2f37 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/ChangelogBackend.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/ChangelogBackend.java
@@ -12,6 +12,7 @@
* information: "Portions Copyright [year] [name of copyright owner]".
*
* Copyright 2014-2016 ForgeRock AS.
+ * Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.backends;
@@ -127,7 +128,7 @@
* <code>changeNumber</code> attribute value is set from the content of
* ChangeNumberIndexDB.</li>
* </ul>
- * <h3>Searches flow</h3>
+ * <h2>Searches flow</h2>
* <p>
* Here is the flow of searches within the changelog backend APIs:
* <ul>
@@ -142,7 +143,7 @@
* (once, single threaded),</li>
* <li>
* {@link ChangelogBackend#search(SearchOperation)} (once, single threaded)</li>
- * <li>{@link ChangelogBackend#notify*EntryAdded()} (multiple times, multi
+ * <li>{@code notify*EntryAdded()} (multiple times, multi
* threaded)</li>
* </ol>
* </li>
@@ -151,7 +152,7 @@
* <li>{@link ChangelogBackend#registerPersistentSearch(PersistentSearch)}
* (once, single threaded)</li>
* <li>
- * {@link ChangelogBackend#notify*EntryAdded()} (multiple times, multi
+ * {@code notify*EntryAdded()} (multiple times, multi
* threaded)</li>
* </ol>
* </li>
--
Gitblit v1.10.0