Skip to content

Commit c482b14

Browse files
authored
Remove redundant length check in StringUtils.isBlank(CharSequence) #1516
1 parent 80bf25d commit c482b14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
7171
<action issue="LANG-1798" type="fix" dev="ggregory" due-to="IcoreE, Gary Gregory">Fix StringUtilsSubstringTest.testCountMatches_char() to call the correct method.</action>
7272
<action issue="LANG-1799" type="fix" dev="ggregory" due-to="IcoreE, Gary Gregory">Make private static variables final in RandomStringUtils #1513.</action>
7373
<action type="fix" dev="ggregory" due-to="David Du, Gary Gregory">Speed up StringUtils.getDigits(String) #1515.</action>
74+
<action type="fix" dev="ggregory" due-to="David Du, Gary Gregory">Remove redundant length check in StringUtils.isBlank(CharSequence) #1516.</action>
7475
<!-- ADD -->
7576
<!-- UPDATE -->
7677
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 #1498.</action>

0 commit comments

Comments
 (0)