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 33d3fe0 [Javadoc] Add missing @throws comment in SoftReferenceObjectPool. #28. 33d3fe0 is described below commit 33d3fe008182242bc97d32d26023f666f04f2e6a Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Dec 5 15:20:57 2019 -0500 [Javadoc] Add missing @throws comment in SoftReferenceObjectPool. #28. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index eb90679..7ae604c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -74,6 +74,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="emopers"> Close BufferedOutputStream in test before calling toString on underlying BufferedOutputStream #26. </action> + <action dev="ggregory" type="fix" due-to="Prodigysov"> + [Javadoc] Add missing @throws comment in SoftReferenceObjectPool. #28. + </action> </release> <release version="2.7.0" date="2019-07-25" description="This is a feature release (Java 8)."> <action dev="ggregory" issue="POOL-364" type="update" due-to="Gary Gregory">