Repository: commons-pool Updated Branches: refs/heads/master 7aee6c91b -> 189b98ecc
Fix typo Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/189b98ec Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/189b98ec Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/189b98ec Branch: refs/heads/master Commit: 189b98ecc9a4bc90b8bd91c30f381479fb7c31ed Parents: 7aee6c9 Author: Mark Thomas <[email protected]> Authored: Wed Jan 31 08:46:33 2018 +0000 Committer: Mark Thomas <[email protected]> Committed: Wed Jan 31 08:46:33 2018 +0000 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-pool/blob/189b98ec/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 95460e0..5171970 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -105,7 +105,7 @@ The <action> type attribute can be add,update,fix,remove. </action> <action dev="markt" issue="POOL-315" type="fix" due-to="KeiichiFujino"> Add a configurable delay (default 10 seconds) to wait when shutting down - an Evictor to allow the associated thread time to complete and current + an Evictor to allow the associated thread time to complete any current evictions and to terminate. </action> <action dev="markt" type="fix">
