From 70e2333b8641f0345ca81efcb3153667e61575b2 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Tue, 04 Aug 2026 11:50:58 +0000
Subject: [PATCH] Fix CodeQL note-severity alerts: stale @param tags (#842)

---
 opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/VerifyJob.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/VerifyJob.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/VerifyJob.java
index a40997f..6784d24 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/VerifyJob.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/VerifyJob.java
@@ -13,6 +13,7 @@
  *
  * Copyright 2006-2010 Sun Microsystems, Inc.
  * Portions Copyright 2011-2016 ForgeRock AS.
+ * Portions Copyright 2026 3A Systems, LLC.
  */
 package org.opends.server.backends.pluggable;
 
@@ -118,7 +119,6 @@
   /**
    * Verify the backend.
    *
-   * @param rootContainer The root container that holds the entries to verify.
    * @return The error count.
    * @throws StorageRuntimeException If an error occurs in the storage.
    * @throws DirectoryException If an error occurs while verifying the backend.
@@ -845,8 +845,8 @@
   /**
    * Construct a printable string from a raw key value.
    *
-   * @param indexName
-   *          The name of the index tree containing the key value.
+   * @param index
+   *          The index tree containing the key value.
    * @param key
    *          The bytes of the key.
    * @return A string that may be logged or printed.

--
Gitblit v1.10.0