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 c482b148c Remove redundant length check in 
StringUtils.isBlank(CharSequence) #1516
c482b148c is described below

commit c482b148c5cfb0b7182276ec98350045971e16aa
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 7 07:03:03 2025 -0500

    Remove redundant length check in StringUtils.isBlank(CharSequence) #1516
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f743c4183..82c628805 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1798" type="fix" dev="ggregory" due-to="IcoreE, Gary 
Gregory">Fix StringUtilsSubstringTest.testCountMatches_char() to call the 
correct method.</action>
     <action issue="LANG-1799" type="fix" dev="ggregory" due-to="IcoreE, Gary 
Gregory">Make private static variables final in RandomStringUtils 
#1513.</action>
     <action                   type="fix" dev="ggregory" due-to="David Du, Gary 
Gregory">Speed up StringUtils.getDigits(String) #1515.</action>
+    <action                   type="fix" dev="ggregory" due-to="David Du, Gary 
Gregory">Remove redundant length check in StringUtils.isBlank(CharSequence) 
#1516.</action>
     <!-- ADD -->
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 
#1498.</action>

Reply via email to