Author: sebb Date: Sat May 5 23:24:12 2012 New Revision: 1334533 URL: http://svn.apache.org/viewvc?rev=1334533&view=rev Log: Cannot use bare & in XML file
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=1334533&r1=1334532&r2=1334533&view=diff ============================================================================== --- commons/proper/pool/trunk/src/changes/changes.xml (original) +++ commons/proper/pool/trunk/src/changes/changes.xml Sat May 5 23:24:12 2012 @@ -77,7 +77,7 @@ clarify behaviour and improve consistenc GOP/GKOP evict() method is not synchronised and is not thread-safe </action> <action issue="POOL-197" dev="markt" type="fix" > - PooledObject: risky init of lastBorrowTime & lastReturnTime + PooledObject: risky init of lastBorrowTime & lastReturnTime </action> <action issue="POOL-196" dev="markt" type="fix" > PooledObject.getActiveTimeMillis() does not synch. access to lastReturnTime and lastBorrowTime