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 4af0444  Use Set instead of List for checking the contains() method 
#734.
4af0444 is described below

commit 4af0444fbf5a513759d48460698f65ecbf2a47d0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Nov 17 18:12:19 2021 -0500

    Use Set instead of List for checking the contains() method #734.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5d9fdb8..852c3dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Rushi98, Gary 
Gregory">Add test idea for RangeTest from PR #815 by Rushi98, but with a new 
comment.</action>
     <action issue="LANG-1674" type="fix" dev="ggregory" due-to="singhbaljit, 
Gary Gregory">Make Range constructors more generic #810.</action>
     <action                   type="fix" dev="ggregory" due-to="Arturo 
Bernal">Use final and Remove redundant String. #813, #816.</action>
+    <action                   type="fix" dev="ggregory" 
due-to="CiprianBodnarescu">Use Set instead of List for checking the contains() 
method #734.</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