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 4b9dfa2 Fixing and adding DateUtils exception Javadocs #871
4b9dfa2 is described below
commit 4b9dfa2b1dafbadae6ce41ee57d803d553866584
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 27 08:32:04 2022 -0700
Fixing and adding DateUtils exception Javadocs #871
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cfed4e3..88af461 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Deprecate Validate#notNull(Object) in favor of using
Objects#requireNonNull(Object, String).</action>
<action issue="LANG-1462" type="fix" dev="ggregory" due-to="Lijun Liang,
Arun Avanathan, Tai Dupree, Maria Buiakova, Gary Gregory">Use TimeZone from
calendar in DateFormatUtils.</action>
<action type="fix" dev="ggregory" due-to="Diego
Marcilio">Updating javadoc for NullPointerException when Validate.notNull() is
called #870.</action>
+ <action type="fix" dev="ggregory" due-to="Diego
Marcilio">Fixing and adding DateUtils exception Javadocs #871.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add TriConsumer.</action>