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-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPStatistics.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPStatistics.java b/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPStatistics.java
index b9ae86b..87d6d21 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPStatistics.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPStatistics.java
@@ -12,6 +12,7 @@
  * information: "Portions Copyright [year] [name of copyright owner]".
  *
  * Copyright 2013-2016 ForgeRock AS.
+ * Portions Copyright 2026 3A Systems, LLC.
  */
 package org.opends.server.protocols.http;
 
@@ -37,7 +38,6 @@
    * Map containing the total number of requests per HTTP methods.
    * <p>
    * key: HTTP method => value: number of requests for that method.
-   * </p>
    * Not using a ConcurrentMap implementation here because the keys are static.
    * The keys are static because they need to be listed in the schema which is
    * static.
@@ -48,7 +48,6 @@
    * <p>
    * key: HTTP method => value: total execution time for requests using that
    * method.
-   * </p>
    * Not using a ConcurrentMap implementation here because the keys are static.
    * The keys are static because they need to be listed in the schema which is
    * static.

--
Gitblit v1.10.0