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/schema/SchemaFilesWriter.java | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/schema/SchemaFilesWriter.java b/opendj-server-legacy/src/main/java/org/opends/server/schema/SchemaFilesWriter.java
index fa4f9c1..f6c992a 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/schema/SchemaFilesWriter.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/schema/SchemaFilesWriter.java
@@ -836,8 +836,6 @@
* Adds the definition for the specified attribute type to the provided set of attribute values,
* recursively adding superior types as appropriate.
*
- * @param schema
- * The schema containing the attribute type.
* @param schemaFile
* The schema file with which the attribute type is associated.
* @param attributeType
@@ -925,8 +923,6 @@
* Adds the definition for the specified DIT structure rule to the provided set of attribute
* values, recursively adding superior rules as appropriate.
*
- * @param schema
- * The schema containing the DIT structure rule.
* @param schemaFile
* The schema file with which the DIT structure rule is associated.
* @param ditStructureRule
--
Gitblit v1.10.0