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-config/src/main/java/org/forgerock/opendj/config/PropertyDefinition.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyDefinition.java b/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyDefinition.java
index a16c3883f..f8d3d9f 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyDefinition.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/PropertyDefinition.java
@@ -13,6 +13,7 @@
*
* Copyright 2008 Sun Microsystems, Inc.
* Portions Copyright 2015-2016 ForgeRock AS.
+ * Portions Copyright 2026 3A Systems, LLC.
*/
package org.forgerock.opendj.config;
@@ -338,8 +339,8 @@
/**
* Indicates whether some other object is "equal to" this property
* definition. This method must obey the general contract of
- * <tt>Object.equals(Object)</tt>. Additionally, this method can return
- * <tt>true</tt> <i>only</i> if the specified Object is also a property
+ * <code>Object.equals(Object)</code>. Additionally, this method can return
+ * <code>true</code> <i>only</i> if the specified Object is also a property
* definition and it has the same name, as returned by {@link #getName()},
* and also is deemed to be "compatible" with this property
* definition. Compatibility means that the two property definitions share
--
Gitblit v1.10.0