Author: psteitz
Date: Mon May 25 11:39:15 2009
New Revision: 778394

URL: http://svn.apache.org/viewvc?rev=778394&view=rev
Log:
Fixed javadoc typo.

Modified:
    
commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java

Modified: 
commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java?rev=778394&r1=778393&r2=778394&view=diff
==============================================================================
--- 
commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java
 (original)
+++ 
commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java
 Mon May 25 11:39:15 2009
@@ -1051,7 +1051,7 @@
      * are no more idle instances available.</p>
      * 
      * <p>If there are no idle instances available in the pool associated with 
the given key, behavior
-     * deponds on the {...@link #getMaxActive() maxActive}, {...@link 
#getMaxTotal() maxTotal}, and (if applicable)
+     * depends on the {...@link #getMaxActive() maxActive}, {...@link 
#getMaxTotal() maxTotal}, and (if applicable)
      * {...@link #getWhenExhaustedAction() whenExhaustedAction} and {...@link 
#getMaxWait() maxWait} properties. If the
      * number of instances checked out from the pool under the given key is 
less than <code>maxActive</code> and
      * the total number of instances in circulation (under all keys) is less 
than <code>maxTotal</code>, a new instance


Reply via email to