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 3d7337c Use US English spelling.
3d7337c is described below
commit 3d7337c9c1459b710394502b6453357e95fe6f8c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 30 19:07:52 2020 -0400
Use US English spelling.
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 56df860..e8d6b3f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -520,7 +520,7 @@ JDK level 1.6 or above.">
GOP/GKOP don't consistently use getters to access fields
</action>
<action issue="POOL-199" dev="markt" type="fix" >
- GOP/GKOP evict() method is not synchronised and is not thread-safe
+ GOP/GKOP evict() method is not synchronized and is not thread-safe
</action>
<action issue="POOL-197" dev="markt" type="fix" >
PooledObject: risky init of lastBorrowTime & lastReturnTime