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-net.git
The following commit(s) were added to refs/heads/master by this push:
new 101b926a Remove redundant (null) initializations and other clean ups
#155
101b926a is described below
commit 101b926acbc26ff18eef21892b3d1be0fedcfb57
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 23 03:33:38 2023 -0400
Remove redundant (null) initializations and other clean ups #155
---
src/changes/changes.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 633b1189..9b398243 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,7 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn]
Defining changes.version allows one to create the RN without first
removing the SNAPSHOT suffix.
- -->
+ -->
<body>
<release version="3.10.0" date="202Y-MM-DD" description="Maintenance and
bug fix release (Java 8).">
@@ -72,6 +72,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Martin Wiesner, Gary Gregory,
sebbASF">
Fixes many grammar issues and typos in JavaDoc and code comments #141.
</action>
+ <action type="fix" dev="ggregory" due-to="Martin Wiesner, Gary Gregory">
+ Remove redundant (null) initializations and other clean ups #155.
+ </action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot">
Bump commons-parent from 54 to 58 #132, #137, #153.