aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@users.noreply.github.com>2022-07-05 08:45:29 -0400
committerGitHub <noreply@github.com>2022-07-05 08:45:29 -0400
commita588f7e6936b26026c0e6c7eca1c47a252291abe (patch)
tree3b52c863fb12b5fd5217a33641f53e9d73245e01
parentf099b4a5fcbc9d77f721b0b69b5d2da414bbc840 (diff)
downloadapache-commons-lang-a588f7e6936b26026c0e6c7eca1c47a252291abe.tar.gz
Javadoc: StringUtils.repeat("", "x", 3) = "xx"; #918
-rw-r--r--src/changes/changes.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 043ca295f..8e8a16353 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -87,6 +87,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="aherbert" due-to="Arturo Bernal">Rewrite Conversion.binaryBeMsb0ToHexDigit to invert logic of binaryToHexDigit.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Allow extension of previously final classes ImmutablePair and ImmutableTriple.</action>
<action type="fix" dev="ggregory" due-to="shalk, Bruno P. Kinoshita, Gary Gregory">Update ClassUtils Javadoc with some missing throws NPE #912.</action>
+ <action type="fix" dev="ggregory" due-to="guicaiyue">Javadoc: StringUtils.repeat("", "x", 3) = "xx"; #918.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add GitHub coverage.yml.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>