You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2012/06/17 09:25:08 UTC

svn commit: r1351067 - /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java

Author: psteitz
Date: Sun Jun 17 07:25:07 2012
New Revision: 1351067

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

Modified:
    commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java

Modified: commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java?rev=1351067&r1=1351066&r2=1351067&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java (original)
+++ commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java Sun Jun 17 07:25:07 2012
@@ -618,7 +618,7 @@ public abstract class BaseGenericObjectP
     }
 
     /**
-     * Verifies that the pool open.
+     * Verifies that the pool is open.
      * @throws IllegalStateException if the pool is closed.
      */
     final void assertOpen() throws IllegalStateException {