This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new de1b5ec Cleanup javadoc on finalize de1b5ec is described below commit de1b5ecaa1a3c54e3f5e0c067ff3bd0b412c2600 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