This is an automated email from the ASF dual-hosted git repository.
rainerjung 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 86bd9e1357 Try to fix javadoc
86bd9e1357 is described below
commit 86bd9e1357d88ac03a1327b289f569c11456afc4
Author: Rainer Jung <[email protected]>
AuthorDate: Tue Jun 23 21:49:06 2026 +0200
Try to fix javadoc
---
java/org/apache/catalina/ha/backend/HeartbeatListener.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/ha/backend/HeartbeatListener.java
b/java/org/apache/catalina/ha/backend/HeartbeatListener.java
index b8b14799c1..b418e80be2 100644
--- a/java/org/apache/catalina/ha/backend/HeartbeatListener.java
+++ b/java/org/apache/catalina/ha/backend/HeartbeatListener.java
@@ -25,7 +25,7 @@ import org.apache.tomcat.util.res.StringManager;
/**
* Lifecycle listener that provides heartbeat information to mod_heartbeat for
Apache HTTP Server.
- * Message format: "v=%u&ready=%u&busy=%u"
+ * Message format: "v=%u&ready=%u&busy=%u"
*/
public class HeartbeatListener implements LifecycleListener {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]