This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 520b2f22a0 Fix javadoc warning (for branches built with Java 11)
520b2f22a0 is described below
commit 520b2f22a03ab913798d82eed878e3e56fe7cd0f
Author: remm <[email protected]>
AuthorDate: Mon Oct 9 23:29:08 2023 +0200
Fix javadoc warning (for branches built with Java 11)
---
java/org/apache/catalina/security/TLSCertificateReloadListener.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/java/org/apache/catalina/security/TLSCertificateReloadListener.java
b/java/org/apache/catalina/security/TLSCertificateReloadListener.java
index d9fe20f462..0596732575 100644
--- a/java/org/apache/catalina/security/TLSCertificateReloadListener.java
+++ b/java/org/apache/catalina/security/TLSCertificateReloadListener.java
@@ -40,7 +40,6 @@ import org.apache.tomcat.util.res.StringManager;
* <p>
* This listener does <b>NOT</b> re-read the Tomcat configuration from
server.xml. If you make changes to server.xml you
* must restart the Tomcat process to pick up those changes.
- * <p>
*/
public class TLSCertificateReloadListener implements LifecycleListener {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]