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 07403c9a9 Update ClassUtils Javadoc with some missing throws NPE #912
07403c9a9 is described below
commit 07403c9a943d8c4988c85bf6cccfa5926e4dffe1
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 13 18:16:08 2022 -0400
Update ClassUtils Javadoc with some missing throws NPE #912
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
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>