Author: sebb
Date: Mon Jul 30 23:12:52 2012
New Revision: 1367360

URL: http://svn.apache.org/viewvc?rev=1367360&view=rev
Log:
Fix invalid XML

Modified:
    commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml

Modified: commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml?rev=1367360&r1=1367359&r2=1367360&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml (original)
+++ commons/proper/pool/branches/POOL_1_X/src/changes/changes.xml Mon Jul 30 
23:12:52 2012
@@ -36,7 +36,7 @@
       Jar manifest.mf does not contain SVN information for 
Implementation-Build.
     </action>
     <action dev="markt" type="fix" issue="POOL-212">
-      If a pool is configured with maxIdle < minIdle, ensure the evictor does
+      If a pool is configured with maxIdle &lt; minIdle, ensure the evictor 
does
       not create minIdle instances only to have them immediately destroyed by
       using maxIdle for minIdle in this case.
     </action>


Reply via email to