Author: markt
Date: Sun Sep 23 18:23:29 2012
New Revision: 1389111
URL: http://svn.apache.org/viewvc?rev=1389111&view=rev
Log:
Correct comment
Modified:
tomcat/trunk/java/org/apache/tomcat/util/collections/ConcurrentStack.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/collections/ConcurrentStack.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/collections/ConcurrentStack.java?rev=1389111&r1=1389110&r2=1389111&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/collections/ConcurrentStack.java
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/collections/ConcurrentStack.java
Sun Sep 23 18:23:29 2012
@@ -18,7 +18,7 @@ package org.apache.tomcat.util.collectio
/**
* This is intended as a (mostly) GC-free alternative to
- * {@link java.util.concurrent.LinkedBlockingDeque} where the requirement is to
+ * {@link java.util.concurrent.ConcurrentLinkedQueue} where 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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]