You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2011/06/14 00:10:44 UTC

svn commit: r1135314 - /commons/proper/pool/trunk/src/changes/changes.xml

Author: markt
Date: Mon Jun 13 22:10:44 2011
New Revision: 1135314

URL: http://svn.apache.org/viewvc?rev=1135314&view=rev
Log:
Fix typo

Modified:
    commons/proper/pool/trunk/src/changes/changes.xml

Modified: commons/proper/pool/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/changes/changes.xml?rev=1135314&r1=1135313&r2=1135314&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Mon Jun 13 22:10:44 2011
@@ -58,7 +58,7 @@
       Ensure GKOP.preparePool() throws an exception if no factory has been
       defined.
     </action>
-    <action dev=markt" type="fix" issue="POOL-134">
+    <action dev="markt" type="fix" issue="POOL-134">
       Add the ability to specify a per call wait time when borrowing an object.
     </action>
   </release>