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 adc598c48698c878d044f3d6757e0291f6f352e9 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Aug 29 17:28:08 2025 -0400 Add comments --- src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java b/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java index 8d240fca7..259df8117 100644 --- a/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java +++ b/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java @@ -165,12 +165,15 @@ private static final class MethodDescriptor { } interface PackagePrivateEmptyInterface { + // empty } public static class ParentObject extends GrandParentObject { + // empty } private interface PrivateEmptyInterface { + // empty } public static class TestBean {