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/08 15:28:35 UTC

[commons-pool] branch master updated: No need to initialize to default values. #90.

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 c23f8c2  No need to initialize to default values. #90.
     new 7350791  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-pool.git
c23f8c2 is described below

commit c23f8c20a49fce42a34517da53fde51aa75c8873
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Aug 8 11:28:15 2021 -0400

    No need to initialize to default values. #90.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 59b2cb4..9dedc4b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,6 +57,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="fix" due-to="Arturo Bernal">
       Fix Javadoc link reference #91.
     </action>
+    <action dev="ggregory" type="fix" due-to="Arturo Bernal">
+      No need to initialize to default values. #90.
+    </action>
     <!--  ADD -->
     <action dev="ggregory" type="add" due-to="Gary Gregory">
       Track timestamps with Instants instead of longs.