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 ae6457f4a Deprecate getNanosOfMiili() method with typo and create proper getNanosOfMilli() #940 ae6457f4a is described below commit ae6457f4a55e6df27c146aff503d43f844092b19 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Sun Aug 21 14:32:46 2022 -0400 Deprecate getNanosOfMiili() method with typo and create proper getNanosOfMilli() #940 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ae8357c84..0121fc61d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -96,6 +96,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Arturo Bernal">Extends Object clauses are redundant #937.</action> <action type="fix" dev="ggregory" due-to="Arturo Bernal">Simplify conditional expression. #941.</action> <action type="fix" dev="ggregory" due-to="Arturo Bernal">Fix some Javadoc comments #938.</action> + <action type="fix" dev="ggregory" due-to="Arturo Bernal, Gary Gregory">Deprecate getNanosOfMiili() method with typo and create proper getNanosOfMilli() #940.</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GitHub coverage.yml.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>