Author: markt
Date: Wed Nov 2 20:54:06 2016
New Revision: 1767783
URL: http://svn.apache.org/viewvc?rev=1767783&view=rev
Log:
Fix transposed digits
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=1767783&r1=1767782&r2=1767783&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Wed Nov 2 20:54:06 2016
@@ -71,7 +71,7 @@ The <action> type attribute can be add,u
Ensure that any class name used for evictionPolicyClassName represents a
class that implements EvictionPolicy.
</action>
- <action dev="markt" issue="POOL-351" type="fix">
+ <action dev="markt" issue="POOL-315" type="fix">
Add a configurable delay (default 10 seconds) to wait when shutting down
an Evictor to allow the associated thread time to complete and current
evictions and to terminate.