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 ba247a9c4 [LANG-1735] Fix Javadoc for FluentBitSet.setInclusive(int, 
int) #1222
ba247a9c4 is described below

commit ba247a9c482a26856afd1b62f61d3e4a5e351b8b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu May 23 08:18:24 2024 -0400

    [LANG-1735] Fix Javadoc for FluentBitSet.setInclusive(int, int) #1222
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 37678012f..ac725a6b1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -134,6 +134,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">StringUtils.stripAccents(String) doesn't handle I with bar.</action> 
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">StringUtils.stripAccents(String) doesn't handle U with bar.</action> 
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">StringUtils.stripAccents(String) doesn't handle T with 
stroke.</action> 
+    <action issue="LANG-1735" type="fix" dev="ggregory" due-to="Gary 
Gregory">Fix Javadoc for FluentBitSet.setInclusive(int, int) #1222.</action> 
     <!-- UPDATE -->
     <action                   type="update" dev="sebb" due-to="Dependabot, 
Gary Gregory">Bump commons-parent from 64 to 70 #1194.</action>
     <action                   type="update" dev="ggregory" 
due-to="Dependabot">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 
3.2.0 #1175.</action>

Reply via email to