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/HTTPStatsProbe.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPStatsProbe.java b/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPStatsProbe.java
index fb8e34b..ceab2a8 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPStatsProbe.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPStatsProbe.java
@@ -12,6 +12,7 @@
* information: "Portions Copyright [year] [name of copyright owner]".
*
* Copyright 2013 ForgeRock AS.
+ * Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.protocols.http;
@@ -30,7 +31,6 @@
* Use
* <code>curl "http://localhost:8080/users?_queryFilter=true&_prettyPrint=true"
* --trace-ascii output.txt</code> to trace the client-server communication.
- * </p>
*/
@SuppressWarnings("rawtypes")
final class HTTPStatsProbe extends HttpProbe.Adapter
--
Gitblit v1.10.0