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

remm pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 6e21720  Cleanup javadoc on finalize
6e21720 is described below

commit 6e21720f8efc4ff969d36d41c87e9e33ecac96f7
Author: remm <r...@apache.org>
AuthorDate: Mon Aug 23 14:28:38 2021 +0200

    Cleanup javadoc on finalize
    
    Probably not the best advice anyway.
---
 java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java | 2 +-
 java/org/apache/catalina/tribes/tipis/ReplicatedMap.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java 
b/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java
index 72d2ba8..97e0586 100644
--- a/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java
+++ b/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java
@@ -57,7 +57,7 @@ import org.apache.juli.logging.LogFactory;
  * each time the object gets replicated the entire object gets serialized, 
hence a call to <code>replicate(true)</code>
  * will replicate all objects in this map that are using this node as primary.
  *
- * <br><br><b>REMEMBER TO CALL</b> <code>breakdown()</code> or 
<code>finalize()</code> when you are done with the map to
+ * <br><br><b>REMEMBER TO CALL</b> <code>breakdown()</code> when you are done 
with the map to
  * avoid memory leaks.<br><br>
  * TODO implement periodic sync/transfer thread
  *
diff --git a/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java 
b/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java
index 4f2f0f8..5d6d758 100644
--- a/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java
+++ b/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java
@@ -44,7 +44,7 @@ import org.apache.juli.logging.LogFactory;
  * each time the object gets replicated the entire object gets serialized, 
hence a call to <code>replicate(true)</code>
  * will replicate all objects in this map that are using this node as primary.
  *
- * <br><br><b>REMEMBER TO CALL <code>breakdown()</code> or 
<code>finalize()</code>
+ * <br><br><b>REMEMBER TO CALL <code>breakdown()</code>
  * when you are done with the map to avoid memory leaks.</b><br><br>
  * TODO implement periodic sync/transfer thread<br>
  * TODO memberDisappeared, should do nothing except change map membership

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

Reply via email to