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 acd7283  Redundant Collection operation. Use 
Collections.emptyIterator() #738.
acd7283 is described below

commit acd7283f1931644acad1f739325e2ec2024729a6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 14 09:38:52 2021 -0400

    Redundant Collection operation. Use Collections.emptyIterator() #738.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f848647..61ee8df 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1645" type="fix" dev="aherbert" due-to="Alex 
Herbert">NumberUtils.createNumber() to recognize hex integers prefixed with 
+.</action>
     <action issue="LANG-1646" type="fix" dev="aherbert" due-to="Alex 
Herbert">NumberUtils.createNumber() to return requested floating point type for 
zero.</action>
     <action                   type="fix" dev="ggregory" due-to="SpotBugs, Gary 
Gregory">DMI: Random object created and used only once 
(DMI_RANDOM_USED_ONLY_ONCE); Better multi-threaded behavior.</action>
+    <action issue="LANG-1646" type="fix" dev="aherbert" due-to="rturo 
Bernal">Redundant Collection operation. Use Collections.emptyIterator() 
#738.</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>

Reply via email to