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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new e2ffa629 Javadoc
e2ffa629 is described below

commit e2ffa6298ae269763e5ba6dcf5add36fdd2c2e87
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 4 10:48:25 2026 -0500

    Javadoc
---
 .../org/apache/commons/beanutils2/bugs/other/Jira18BeanFactory.java    | 2 +-
 .../org/apache/commons/beanutils2/bugs/other/Jira87BeanFactory.java    | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/beanutils2/bugs/other/Jira18BeanFactory.java 
b/src/test/java/org/apache/commons/beanutils2/bugs/other/Jira18BeanFactory.java
index 8962e59c..cb41189b 100644
--- 
a/src/test/java/org/apache/commons/beanutils2/bugs/other/Jira18BeanFactory.java
+++ 
b/src/test/java/org/apache/commons/beanutils2/bugs/other/Jira18BeanFactory.java
@@ -26,7 +26,7 @@ import org.apache.commons.beanutils2.bugs.Jira18Test;
  */
 public class Jira18BeanFactory {
 
-    /* =============== Package Friendly Bean =============== */
+    /** Package Friendly Bean. */
     static class PackageFriendlyBean {
 
         private final String[] indexed = { "one", "two", "three" };
diff --git 
a/src/test/java/org/apache/commons/beanutils2/bugs/other/Jira87BeanFactory.java 
b/src/test/java/org/apache/commons/beanutils2/bugs/other/Jira87BeanFactory.java
index 2aaa377c..5f5118dc 100644
--- 
a/src/test/java/org/apache/commons/beanutils2/bugs/other/Jira87BeanFactory.java
+++ 
b/src/test/java/org/apache/commons/beanutils2/bugs/other/Jira87BeanFactory.java
@@ -23,7 +23,7 @@ import org.apache.commons.beanutils2.bugs.Jira87Test;
  */
 public class Jira87BeanFactory {
 
-    /* =============== Package Friendly implementation of public interface 
=============== */
+    /** Package Friendly implementation of public interface. */
     static class PackageMappedImpl implements PublicMappedInterface {
 
         /**
@@ -39,7 +39,6 @@ public class Jira87BeanFactory {
 
     }
 
-    /* =================== Public interface with Mapped Property 
========================= */
     /**
      * Public interface with a mapped property.
      */

Reply via email to