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 9c0964ce Normalize spelling 9c0964ce is described below commit 9c0964cea8b4bff9778727f18dc8c4575eda54b3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 14 07:50:43 2024 -0400 Normalize spelling --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e38f3fdc..5e189b74 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -1058,7 +1058,7 @@ KeyManagerUtils can be used to provide client certificates. Method was removed, along with the field. </action> <action issue="NET-367" dev="sebb" type="fix"> - ntp.TimeStamp uses incorrect lazy initialisation of static fields simpleFormatter and utcFormatter. + ntp.TimeStamp uses incorrect lazy initialization of static fields simpleFormatter and utcFormatter. </action> <action issue="NET-381" dev="sebb" type="update"> Parsing is inefficient, as it parses everything twice.