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
commit a6fd5ccd77b145ca45fdb9b7637cfdfa3fa0b7a6 Author: Gary Gregory <[email protected]> AuthorDate: Sun Feb 22 09:58:49 2026 -0500 Javadoc --- .../java/org/apache/commons/lang3/reflect/ConstructorUtilsTest.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/java/org/apache/commons/lang3/reflect/ConstructorUtilsTest.java b/src/test/java/org/apache/commons/lang3/reflect/ConstructorUtilsTest.java index 6d6f5350a..9bb73ae98 100644 --- a/src/test/java/org/apache/commons/lang3/reflect/ConstructorUtilsTest.java +++ b/src/test/java/org/apache/commons/lang3/reflect/ConstructorUtilsTest.java @@ -36,8 +36,12 @@ /** * Tests ConstructorUtils + * <p> + * This is public for its own tests. + * </p> */ public class ConstructorUtilsTest extends AbstractLangTest { + private static class BaseClass { }
