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 24330b29b [javadoc] Strings::equalsAny: CI doc string should show it's 
insensitive #1416
24330b29b is described below

commit 24330b29ba391819c09d41969a59e650666fffd9
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jul 18 22:50:50 2025 -0400

    [javadoc] Strings::equalsAny: CI doc string should show it's
    insensitive #1416
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cebd5f4da..28e633ea4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">[javadoc] General improvements.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">[javadoc] Fix thrown exception documentation for 
org.apache.commons.lang3.reflect.MethodUtils.getMethodObject(Class&lt;?&gt;, 
String, Class&lt;?&gt;...).</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">org.apache.commons.lang3.reflect.MethodUtils.getMethodObject(Class&lt;?&gt;,
 String, Class&lt;?&gt;...) now returns null instead of throwing a 
NullPointerException, as it does for other exception types.</action>
+    <action                   type="fix" dev="ggregory" due-to="Scott 
Parish">[javadoc] Strings::equalsAny: CI doc string should show it's 
insensitive #1416.</action>
     <!-- ADD -->
     <!-- UPDATE -->
   </release>

Reply via email to