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/loggers/HTTPAccessLogPublisher.java | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/loggers/HTTPAccessLogPublisher.java b/opendj-server-legacy/src/main/java/org/opends/server/loggers/HTTPAccessLogPublisher.java
index f9da0c2..1a87f45 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/loggers/HTTPAccessLogPublisher.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/loggers/HTTPAccessLogPublisher.java
@@ -12,6 +12,7 @@
* information: "Portions Copyright [year] [name of copyright owner]".
*
* Portions Copyright 2013-2016 ForgeRock AS.
+ * Portions Copyright 2026 3A Systems, LLC.
*/
package org.opends.server.loggers;
@@ -54,9 +55,7 @@
* The request info to log
* @see <a href="http://www.w3.org/TR/WD-logfile.html">W3C's Extended Log File
* Format</a>
- * @see <a href=
- * "http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/
- * Library/IIS/676400bc-8969-4aa7-851a-9319490a9bbb.mspx?mfr=true">
+ * @see <a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/676400bc-8969-4aa7-851a-9319490a9bbb.mspx?mfr=true">
* Microsoft's W3C Extended Log File Format (IIS 6.0)</a>
*/
public void logRequestInfo(HTTPRequestInfo requestInfo)
--
Gitblit v1.10.0