You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/24 23:12:34 UTC

[commons-pool] branch master updated: Simplify description

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 637f0b0d Simplify description
637f0b0d is described below

commit 637f0b0d778d5eda4d045dcf681a1302c9286538
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 19:12:30 2023 -0400

    Simplify description
---
 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 375b0501..89e4536d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,7 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
       Use generic exceptions instead of java.lang.Exception.
     </action>       
     <action dev="ggregory" type="fix" due-to="Gary Gregory" issue="POOL-405">
-      NullPointerException at org.apache.commons.pool2.impl.GenericKeyedObjectPool.invalidateObject(GenericKeyedObjectPool.java:1343).
+      NullPointerException GenericKeyedObjectPool.invalidateObject(GenericKeyedObjectPool.java:1343).
     </action>
     <action dev="ggregory" type="fix" due-to="Zhenyu Luo, Gary Gregory" issue="POOL-408">
       A typo of KeyedPooledObjectFactory on the site and Javadoc.