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-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new d918b20 Simplify and inline variables #99. d918b20 is described below commit d918b20bbf7726130d3436bd3b4f5cc05ce4fc4f Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon May 31 15:50:00 2021 -0400 Simplify and inline variables #99. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 060305f..0130ac9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -116,6 +116,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="DBCP-578" dev="ggregory" type="fix" due-to="Arturo Bernal"> Use Collections.synchronizedList Instead Of Vector #101. </action> + <action issue="DBCP-576" dev="ggregory" type="fix" due-to="Arturo Bernal"> + Simplify and inline variables #99. + </action> <!-- UPDATES --> <action dev="ggregory" type="update" due-to="Dependabot"> Bump mockito-core from 3.5.11 to 3.10.0 #66, #72, #77, #85, #91, #105.