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 33e188b Fix Javadoc link reference #91. 33e188b is described below commit 33e188bfe8f1627f843f62e6646282932ec35587 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 8 11:26:33 2021 -0400 Fix Javadoc link reference #91. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 11a1f3e..59b2cb4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Gary Gregory"> Call swallowException(Exception) instead of printing exceptions to the console in GenericKeyedObjectPool.removeAbandoned(AbandonedConfig) and GenericObjectPool.removeAbandoned(AbandonedConfig). </action> + <action dev="ggregory" type="fix" due-to="Arturo Bernal"> + Fix Javadoc link reference #91. + </action> <!-- ADD --> <action dev="ggregory" type="add" due-to="Gary Gregory"> Track timestamps with Instants instead of longs.