Author: psteitz
Date: Mon May 25 14:36:28 2009
New Revision: 778429

URL: http://svn.apache.org/viewvc?rev=778429&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=778429&r1=778428&r2=778429&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 14:36:28 2009
@@ -2308,7 +2308,7 @@
 
         /**
          * Gets the ObjectTimestampPair allocated to this latch.
-         * Returns null of this latch does not have an instance allocated to 
it. 
+         * Returns null if this latch does not have an instance allocated to 
it. 
          * @return the associated ObjectTimestampPair
          */
         private synchronized ObjectTimestampPair getPair() {


Reply via email to