You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2021/08/23 12:42:25 UTC

[tomcat] branch 9.0.x updated: Cleanup javadoc on finalize

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

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


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

commit 1b532dac12f2139c8380c882ac7d2b2486409d3a
Author: remm <re...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org