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 730f0b420f91c22bb0e6272733e1788ff3f80902
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Mar 21 09:25:49 2025 -0400

    Javadoc and comment
---
 .../java/org/apache/commons/lang3/reflect/testbed/AnotherParent.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/src/test/java/org/apache/commons/lang3/reflect/testbed/AnotherParent.java 
b/src/test/java/org/apache/commons/lang3/reflect/testbed/AnotherParent.java
index f43e6e477..344938980 100644
--- a/src/test/java/org/apache/commons/lang3/reflect/testbed/AnotherParent.java
+++ b/src/test/java/org/apache/commons/lang3/reflect/testbed/AnotherParent.java
@@ -17,6 +17,8 @@
 package org.apache.commons.lang3.reflect.testbed;
 
 /**
+ * An empty public class.
  */
 public class AnotherParent {
+    // keep empty.
 }

Reply via email to