Author: markt
Date: Wed Sep 26 13:17:46 2012
New Revision: 1390460
URL: http://svn.apache.org/viewvc?rev=1390460&view=rev
Log:
Better comment
Modified:
tomcat/trunk/java/org/apache/tomcat/util/collections/SynchronizedStack.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/collections/SynchronizedStack.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/collections/SynchronizedStack.java?rev=1390460&r1=1390459&r2=1390460&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/collections/SynchronizedStack.java
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/collections/SynchronizedStack.java
Wed Sep 26 13:17:46 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.ConcurrentLinkedQueue} where the requirement is
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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]