richdougherty commented on code in PR #1435:
URL: https://github.com/apache/commons-lang/pull/1435#discussion_r2296622486
##########
src/test/java/org/apache/commons/lang3/ObjectUtilsTest.java:
##########
@@ -209,6 +209,39 @@ void testAnyNull() {
assertFalse(ObjectUtils.anyNull(FOO, BAR, 1, Boolean.TRUE, new
Object(), new Object[]{}));
}
+ @Test
Review Comment:
Self-review: I'll add Javadoc like in the other methods in this class.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]