This is an automated email from the ASF dual-hosted git repository.
markt 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 51c8ae1 Fix copied/pasted comment
51c8ae1 is described below
commit 51c8ae17ed9d767a6f7f1e7e4665b33f0e231ae8
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]