This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/master by this push:
new b57ea0c ["POOL-367] Fix typo in package private method name
stopEvitor() -> stopEvictor() #22.
b57ea0c is described below
commit b57ea0c84de14771bbc371872256130a6fa32ddb
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 8 09:27:15 2019 -0400
["POOL-367] Fix typo in package private method name stopEvitor() ->
stopEvictor() #22.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e0268be..fc69241 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" issue="POOL-366" type="update" due-to="Gary
Gregory">
Update optional library cglib from 3.2.10 to 3.2.12.
</action>
+ <action dev="ggregory" issue="POOL-367" type="update" due-to="Per
Lundberg">
+ Fix typo in package private method name stopEvitor() -> stopEvictor()
#22.
+ </action>
</release>
<release version="2.6.2" date="2019-03-05" description="This is a
maintenance release (Java 7).">
<action dev="ggregory" issue="POOL-362" type="fix">