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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 88d5a87  Fix copied/pasted comment
88d5a87 is described below

commit 88d5a8769136d720d27aa01af273b200dc1c2539
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Dec 3 07:19:06 2021 +0000

    Fix copied/pasted comment
---
 java/org/apache/tomcat/util/collections/SynchronizedStack.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/java/org/apache/tomcat/util/collections/SynchronizedStack.java 
b/java/org/apache/tomcat/util/collections/SynchronizedStack.java
index 1af00ce..f178b02 100644
--- a/java/org/apache/tomcat/util/collections/SynchronizedStack.java
+++ b/java/org/apache/tomcat/util/collections/SynchronizedStack.java
@@ -18,10 +18,10 @@ package org.apache.tomcat.util.collections;
 
 /**
  * This is intended as a (mostly) GC-free alternative to
- * {@link java.util.concurrent.ConcurrentLinkedQueue} when the requirement is 
to
- * create a pool of re-usable objects with no requirement to shrink the pool.
- * The aim is to provide the bare minimum of required functionality as quickly
- * as possible with minimum garbage.
+ * {@link java.util.Stack} when the requirement is to create a pool of 
re-usable
+ * objects with no requirement to shrink the pool. The aim is to provide the
+ * bare minimum of required functionality as quickly as possible with minimum
+ * garbage.
  *
  * @param <T> The type of object managed by this stack
  */

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

Reply via email to