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-cli/src/main/java/com/forgerock/opendj/cli/CommonArguments.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opendj-cli/src/main/java/com/forgerock/opendj/cli/CommonArguments.java b/opendj-cli/src/main/java/com/forgerock/opendj/cli/CommonArguments.java
index 5cd5b86..8aa2e68 100644
--- a/opendj-cli/src/main/java/com/forgerock/opendj/cli/CommonArguments.java
+++ b/opendj-cli/src/main/java/com/forgerock/opendj/cli/CommonArguments.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 com.forgerock.opendj.cli;
 
@@ -391,7 +392,7 @@
     }
 
     /**
-     * Returns the "bindDN" string argument. <br/>
+     * Returns the "bindDN" string argument. <br>
      * <i> N.B : the 'D' short option is also used by rootUserDN.</i>
      *
      * @param defaultBindDN
@@ -406,7 +407,7 @@
 
 
     /**
-     * Returns the "bindDN" string argument. <br/>
+     * Returns the "bindDN" string argument. <br>
      * <i> N.B : the 'D' short option is also used by rootUserDN.</i>
      *
      * @param defaultBindDN

--
Gitblit v1.10.0