This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 5f54502793 Fix javadoc warning (for branches built with Java 11) 5f54502793 is described below commit 5f54502793c88b8cf716b16fba09e8c426476c14 Author: remm <r...@apache.org> 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org