aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@users.noreply.github.com>2022-06-13 18:16:08 -0400
committerGitHub <noreply@github.com>2022-06-13 18:16:08 -0400
commit07403c9a943d8c4988c85bf6cccfa5926e4dffe1 (patch)
treec0758455ea9e343126644264b1670fdbd0da6b7c
parentbf2d0bf02baa3f71a0b0fd3aed74934cdf143a6b (diff)
downloadapache-commons-lang-07403c9a943d8c4988c85bf6cccfa5926e4dffe1.tar.gz
Update ClassUtils Javadoc with some missing throws NPE #912
-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 1254580b7..33d7b7234 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,6 +86,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Steve Bosman">Fix unstable coverage of CharSequenceUtils tests noticed during merge of PRs 898 and 899 #901.</action>
<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>
<!-- 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>