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 c47cd5384 Javadoc
c47cd5384 is described below

commit c47cd538479c63eee07f864423eb40ba6de22aa5
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Aug 22 09:49:51 2025 -0400

    Javadoc
---
 src/test/java/org/apache/commons/lang3/reflect/PackageBean.java   | 2 +-
 src/test/java/org/apache/commons/lang3/reflect/PublicSubBean.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/lang3/reflect/PackageBean.java 
b/src/test/java/org/apache/commons/lang3/reflect/PackageBean.java
index 05270af83..64baef7ff 100644
--- a/src/test/java/org/apache/commons/lang3/reflect/PackageBean.java
+++ b/src/test/java/org/apache/commons/lang3/reflect/PackageBean.java
@@ -21,7 +21,7 @@
  * This class is designed to test the default access JVM problem workaround. 
The issue is that public methods of a public subclass contained in a default 
access
  * superclass are returned by reflection but an IllegalAccessException is 
thrown when they are invoked.
  * <p>
- * This is the default access superclass
+ * This is the default access superclass.
  * </p>
  */
 class PackageBean {
diff --git a/src/test/java/org/apache/commons/lang3/reflect/PublicSubBean.java 
b/src/test/java/org/apache/commons/lang3/reflect/PublicSubBean.java
index 029611299..056a3778d 100644
--- a/src/test/java/org/apache/commons/lang3/reflect/PublicSubBean.java
+++ b/src/test/java/org/apache/commons/lang3/reflect/PublicSubBean.java
@@ -21,7 +21,7 @@
  * This class is designed to test the default access JVM problem workaround. 
The issue is that public methods of a public subclass contained in a default 
access
  * superclass are returned by reflection but an IllegalAccessException is 
thrown when they are invoked.
  * <p>
- * This is the default access superclass
+ * This is the default access superclass.
  * </p>
  */
 public class PublicSubBean extends PackageBean {

Reply via email to