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 e588f51b6 Simplify expression (length is never < 0) #962
e588f51b6 is described below
commit e588f51b699cd5cf0bf9d67b380fa75c9659f2a7
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Oct 8 08:12:54 2022 -0400
Simplify expression (length is never < 0) #962
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 336d6203e..a2d9ff4b0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -103,6 +103,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1638" type="fix" dev="ggregory" due-to="Shailendra
Soni, Michael Osipov, Arun Avanathan, Andrew Thomas, Bruno P. Kinoshita, Gary
Gregory">Added docs regarding week year support #924.</action>
<action issue="LANG-1691" type="fix" dev="ggregory" due-to="Thiyagarajan,
Gary Gregory">ClassUtils.getShortCanonicalName doesn't use the canonicalName
#949.</action>
<action type="fix" dev="aherbert" due-to="Piotr
Stawirej">Validate: Get error messages without using String.format when varargs
is empty.</action>
+ <action type="fix" dev="ggregory" due-to="Arturo
Bernal">Simplify expression (length is never < 0) #962.</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>