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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 37d4858 Minor Improvement: Remove redundant initializer #699.
new 038f304 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-lang.git
37d4858 is described below
commit 37d4858a67e83d92b427629bb43a25dbcf4e8459
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Feb 10 17:19:53 2021 -0500
Minor Improvement: Remove redundant initializer #699.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d5394ca..6e523cf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -111,6 +111,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory"
due-to="Dependabot">Bump junit-bom from 5.7.0 to 5.7.1 #707.</action>
<action type="update" dev="ggregory" due-to="Arturo
Bernal">Minor Improvements #701.</action>
<action type="update" dev="ggregory" due-to="Arturo
Bernal">Minor Improvement: Add final variable.try to make the code read-only
#700.</action>
+ <action type="update" dev="ggregory" due-to="Arturo
Bernal">Minor Improvement: Remove redundant initializer #699.</action>
</release>
<release version="3.11" date="2020-07-12" description="New features and bug
fixes.">
<action type="update" dev="chtompki" due-to="Jin
Xu">Refine test output for FastDateParserTest</action>