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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 41f90459 Use Math.min() call instead of doing it manually. #335
41f90459 is described below

commit 41f90459cc7227d346f05dad021a1a90c3a5553b
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 13 17:40:05 2022 -0400

    Use Math.min() call instead of doing it manually. #335
---
 src/changes/changes.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fe5a45ce..cd8c9c64 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,8 +66,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="fix" dev="ggregory" due-to="CodeQL, Gary 
Gregory">StrBuilder.StrBuilderReader.skip(long): Throw an exception when an 
implicit narrowing conversion in a compound assignment would result in 
information loss or a numeric error such as an overflows.</action>
     <action                  type="fix" dev="ggregory" due-to="CodeQL, Gary 
Gregory">TextStringBuilder.TextStringBuilderReader.skip(long): Throw an 
exception when an implicit narrowing conversion in a compound assignment would 
result in information loss or a numeric error such as an overflows.</action>
     <action issue="TEXT-211" type="fix" dev="ggregory" 
due-to="sebx59">TextStringBuilder.equals whatever the capacity is #281.</action>
-    <action issue="TEXT=212" type="fix" dev="kinow" due-to="Ali Ghanbari">A 
More Efficient Implementation for Calculating Size of Longest Common 
Subsequence</action>
-    <action issue="TEXT-209" type="fix" dev="kinow" 
due-to="fourAjeff">LookupTranslator returns count of chars consumed, not of 
codepoints consumed</action>
+    <action issue="TEXT=212" type="fix" dev="kinow" due-to="Ali Ghanbari">A 
More Efficient Implementation for Calculating Size of Longest Common 
Subsequence.</action>
+    <action issue="TEXT-209" type="fix" dev="kinow" 
due-to="fourAjeff">LookupTranslator returns count of chars consumed, not of 
codepoints consumed.</action>
+    <action issue="TEXT-209" type="fix" dev="ggregory" due-to="Arturo 
Bernal">Use Math.min() call instead of doing it manually. #335.</action>
     <!-- ADD -->
     <action issue="TEXT-207" type="add" dev="mattjuntunen">Add DoubleFormat 
utility.</action>
     <action issue="TEXT-190" type="add" dev="kinow" due-to="Benjamin 
Bing">Document negative limit for WordUtils abbreviate method</action>

Reply via email to