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 2021/08/12 17:03:12 UTC

[commons-pool] branch master updated: Better 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 291d980  Better description.
291d980 is described below

commit 291d98089ebc472eac47b18e81403a356b6ddb76
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 12 13:03:10 2021 -0400

    Better description.
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 146eb5d..2cb5650 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,10 +46,10 @@ The <action> type attribute can be add,update,fix,remove.
   <release version="2.11.1" date="2021-08-08" description="This is a maintenance release (Java 8).">
     <!-- FIXES -->
     <action dev="ggregory" type="fix" due-to="Gary Gregory">
-      Fix field label in BaseGenericObjectPool: From timeBetweenEvictionRunsMillis to durationBetweenEvictionRuns.
+      Fix field label in BaseGenericObjectPool toString() builder: From timeBetweenEvictionRunsMillis to durationBetweenEvictionRuns.
     </action>
     <action dev="ggregory" type="fix" due-to="Gary Gregory">
-      Fix field label in BaseObjectPoolConfig: From maxWaitMillis to maxWaitDuration.
+      Fix field label in BaseObjectPoolConfig toString() builder: From maxWaitMillis to maxWaitDuration.
     </action>
     <action dev="ggregory" type="fix" due-to="Gary Gregory">
       Fix field label in NoSuchElementException message for GenericObjectPool.borrowObject(Duration): From borrowMaxWaitMillis to borrowMaxWaitDuration.