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/quicksetup/SecurityOptions.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/quicksetup/SecurityOptions.java b/opendj-server-legacy/src/main/java/org/opends/quicksetup/SecurityOptions.java
index 7872560..5c356ea 100644
--- a/opendj-server-legacy/src/main/java/org/opends/quicksetup/SecurityOptions.java
+++ b/opendj-server-legacy/src/main/java/org/opends/quicksetup/SecurityOptions.java
@@ -13,6 +13,7 @@
  *
  * Copyright 2006-2010 Sun Microsystems, Inc.
  * Portions Copyright 2015-2016 ForgeRock AS.
+ * Portions Copyright 2026 3A Systems, LLC.
  */
 package org.opends.quicksetup;
 
@@ -383,7 +384,7 @@
    * @param enableSSL whether to enable SSL or not.
    * @param enableStartTLS whether to enable StartTLS or not.
    * @param sslPort the LDAPS port number.
-   * @param aliasToUse the name of the alias to be used.
+   * @param aliasesToUse the names of the aliases to be used.
    */
   private static void updateCertificateOptions(SecurityOptions ops,
       boolean enableSSL, boolean enableStartTLS, int sslPort, Collection<String> aliasesToUse)

--
Gitblit v1.10.0