This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.2.X by this push:
new 253b2e731 Added an HTML caption to a table
253b2e731 is described below
commit 253b2e7319295b16394daaf068b6986c727571f4
Author: emmanuel lecharny <[email protected]>
AuthorDate: Thu Jun 1 00:00:05 2023 +0200
Added an HTML caption to a table
---
.../src/main/java/org/apache/mina/filter/keepalive/KeepAliveFilter.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/mina-core/src/main/java/org/apache/mina/filter/keepalive/KeepAliveFilter.java
b/mina-core/src/main/java/org/apache/mina/filter/keepalive/KeepAliveFilter.java
index d264ca7ff..d3d4f9733 100644
---
a/mina-core/src/main/java/org/apache/mina/filter/keepalive/KeepAliveFilter.java
+++
b/mina-core/src/main/java/org/apache/mina/filter/keepalive/KeepAliveFilter.java
@@ -56,6 +56,7 @@ import org.apache.mina.core.write.WriteRequest;
* message:
*
* <table border="1">
+ * <caption>Message</caption>
* <tr>
* <th>Name</th><th>Description</th><th>Implementation</th>
* </tr>