You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/10/11 19:39:42 UTC

[tomcat] branch 10.1.x updated: Fix broken Javadoc

This is an automated email from the ASF dual-hosted git repository.

markt 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 fd330c37a9 Fix broken Javadoc
fd330c37a9 is described below

commit fd330c37a926db16d847cded4a17e9b8a463e8cc
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Oct 11 20:39:12 2022 +0100

    Fix broken Javadoc
---
 .../apache/catalina/tribes/group/interceptors/TcpFailureDetector.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java b/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java
index d34eaea2b2..5b6ae35708 100644
--- a/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java
+++ b/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java
@@ -54,6 +54,7 @@ import org.apache.juli.logging.LogFactory;
  * <ol>
  * <li>It intercepts memberDisappeared events</li>
  * <li>It catches send errors</li>
+ * </ol>
  */
 public class TcpFailureDetector extends ChannelInterceptorBase implements TcpFailureDetectorMBean {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org