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 2b8f31d6 Remove extra whitespace
2b8f31d6 is described below

commit 2b8f31d6589c267366e62dc9cee8156248f93d6e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jul 12 15:12:55 2023 -0400

    Remove extra whitespace
---
 src/main/java/org/apache/commons/beanutils2/ConstructorUtils.java  | 2 +-
 src/main/java/org/apache/commons/beanutils2/MethodUtils.java       | 2 +-
 src/main/java/org/apache/commons/beanutils2/PropertyUtilsBean.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/beanutils2/ConstructorUtils.java 
b/src/main/java/org/apache/commons/beanutils2/ConstructorUtils.java
index 1ee53b2f..59be6c28 100644
--- a/src/main/java/org/apache/commons/beanutils2/ConstructorUtils.java
+++ b/src/main/java/org/apache/commons/beanutils2/ConstructorUtils.java
@@ -23,7 +23,7 @@ import java.lang.reflect.InvocationTargetException;
 import java.lang.reflect.Modifier;
 
 /**
- * <p> Utility reflection methods focused on constructors, modeled after 
{@link MethodUtils}. </p>
+ * <p>Utility reflection methods focused on constructors, modeled after {@link 
MethodUtils}.</p>
  *
  * <h2>Known Limitations</h2>
  * <h3>Accessing Public Constructors In A Default Access Superclass</h3>
diff --git a/src/main/java/org/apache/commons/beanutils2/MethodUtils.java 
b/src/main/java/org/apache/commons/beanutils2/MethodUtils.java
index 5bd8cb8d..86116949 100644
--- a/src/main/java/org/apache/commons/beanutils2/MethodUtils.java
+++ b/src/main/java/org/apache/commons/beanutils2/MethodUtils.java
@@ -30,7 +30,7 @@ import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 
 /**
- * <p> Utility reflection methods focused on methods in general rather than 
properties in particular. </p>
+ * <p>Utility reflection methods focused on methods in general rather than 
properties in particular.</p>
  *
  * <h2>Known Limitations</h2>
  * <h3>Accessing Public Methods In A Default Access Superclass</h3>
diff --git a/src/main/java/org/apache/commons/beanutils2/PropertyUtilsBean.java 
b/src/main/java/org/apache/commons/beanutils2/PropertyUtilsBean.java
index 62819299..5e4213bc 100644
--- a/src/main/java/org/apache/commons/beanutils2/PropertyUtilsBean.java
+++ b/src/main/java/org/apache/commons/beanutils2/PropertyUtilsBean.java
@@ -199,7 +199,7 @@ public class PropertyUtilsBean {
      * (for example, nested ones) will not be copied.</p>
      *
      * <p>Note, that this method will not copy a List to a List, or an Object[]
-     * to an Object[]. It's specifically for copying JavaBean properties. </p>
+     * to an Object[]. It's specifically for copying JavaBean properties.</p>
      *
      * @param dest Destination bean whose properties are modified
      * @param orig Origin bean whose properties are retrieved

Reply via email to