Skip to content

Commit c6ac933

Browse files
authored
[LANG-1799] Make private static variables final in RandomStringUtils
1 parent e1852e7 commit c6ac933

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
@@ -69,6 +69,7 @@ The <action> type attribute can be add,update,fix,remove.
6969
<action type="fix" dev="ggregory" due-to="Michael Hausegger, Gary Gregory">Fix NumberUtilsTest#testMaxDouble() and testMaxFloat() #4959.</action>
7070
<action issue="LANG-1797" type="fix" dev="ggregory" due-to="IcoreE">Fix Javadoc for IEEE754rUtils.max(float...) and IEEE754rUtils.max(double...).</action>
7171
<action issue="LANG-1798" type="fix" dev="ggregory" due-to="IcoreE, Gary Gregory">Fix StringUtilsSubstringTest.testCountMatches_char() to call the correct method.</action>
72+
<action issue="LANG-1799" type="fix" dev="ggregory" due-to="IcoreE, Gary Gregory">Make private static variables final in RandomStringUtils #1513.</action>
7273
<!-- ADD -->
7374
<!-- UPDATE -->
7475
<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)