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

commit 020cfbdd1d738fd1029c11ce0d3f36360e9a0526
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Nov 11 16:11:18 2023 -0500

    Javadoc
---
 .../commons/beanutils2/locale/LocaleBeanUtilsBean.java       |  6 +++---
 .../apache/commons/beanutils2/sql/ResultSetDynaClass.java    |  6 +++---
 .../org/apache/commons/beanutils2/sql/ResultSetIterator.java |  2 +-
 .../org/apache/commons/beanutils2/sql/RowSetDynaClass.java   | 12 ++++++------
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/beanutils2/locale/LocaleBeanUtilsBean.java 
b/src/main/java/org/apache/commons/beanutils2/locale/LocaleBeanUtilsBean.java
index 2ac5e249..5f9386ad 100644
--- 
a/src/main/java/org/apache/commons/beanutils2/locale/LocaleBeanUtilsBean.java
+++ 
b/src/main/java/org/apache/commons/beanutils2/locale/LocaleBeanUtilsBean.java
@@ -81,13 +81,13 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
     /** Convertor used by this class */
     private final LocaleConvertUtilsBean localeConvertUtils;
 
-    /** Construct instance with standard conversion bean */
+    /** Constructs instance with standard conversion bean */
     public LocaleBeanUtilsBean() {
         this.localeConvertUtils = new LocaleConvertUtilsBean();
     }
 
     /**
-     * Construct instance that uses given locale conversion
+     * Constructs instance that uses given locale conversion
      *
      * @param localeConvertUtils use this {@code localeConvertUtils} to perform
      * conversions
@@ -97,7 +97,7 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
     }
 
     /**
-     * Construct instance that uses given locale conversion
+     * Constructs instance that uses given locale conversion
      *
      * @param localeConvertUtils use this {@code localeConvertUtils} to perform
      * conversions
diff --git 
a/src/main/java/org/apache/commons/beanutils2/sql/ResultSetDynaClass.java 
b/src/main/java/org/apache/commons/beanutils2/sql/ResultSetDynaClass.java
index 3cae1507..ac54c113 100644
--- a/src/main/java/org/apache/commons/beanutils2/sql/ResultSetDynaClass.java
+++ b/src/main/java/org/apache/commons/beanutils2/sql/ResultSetDynaClass.java
@@ -90,7 +90,7 @@ public class ResultSetDynaClass extends AbstractJdbcDynaClass 
{
 
     /**
      * <p>
-     * Construct a new ResultSetDynaClass for the specified {@code ResultSet}. 
The property names corresponding to column names in the result set will be lower
+     * Constructs a new ResultSetDynaClass for the specified {@code 
ResultSet}. The property names corresponding to column names in the result set 
will be lower
      * cased.
      * </p>
      *
@@ -105,7 +105,7 @@ public class ResultSetDynaClass extends 
AbstractJdbcDynaClass {
 
     /**
      * <p>
-     * Construct a new ResultSetDynaClass for the specified {@code ResultSet}. 
The property names corresponding to the column names in the result set will be
+     * Constructs a new ResultSetDynaClass for the specified {@code 
ResultSet}. The property names corresponding to the column names in the result 
set will be
      * lower cased or not, depending on the specified {@code lowerCase} value.
      * </p>
      *
@@ -127,7 +127,7 @@ public class ResultSetDynaClass extends 
AbstractJdbcDynaClass {
 
     /**
      * <p>
-     * Construct a new ResultSetDynaClass for the specified {@code ResultSet}. 
The property names corresponding to the column names in the result set will be
+     * Constructs a new ResultSetDynaClass for the specified {@code 
ResultSet}. The property names corresponding to the column names in the result 
set will be
      * lower cased or not, depending on the specified {@code lowerCase} value.
      * </p>
      *
diff --git 
a/src/main/java/org/apache/commons/beanutils2/sql/ResultSetIterator.java 
b/src/main/java/org/apache/commons/beanutils2/sql/ResultSetIterator.java
index 1e27a9b3..4b075674 100644
--- a/src/main/java/org/apache/commons/beanutils2/sql/ResultSetIterator.java
+++ b/src/main/java/org/apache/commons/beanutils2/sql/ResultSetIterator.java
@@ -56,7 +56,7 @@ public class ResultSetIterator implements DynaBean, 
Iterator<DynaBean> {
 
     /**
      * <p>
-     * Construct an {@code Iterator} for the result set being wrapped by the 
specified {@link ResultSetDynaClass}.
+     * Constructs an {@code Iterator} for the result set being wrapped by the 
specified {@link ResultSetDynaClass}.
      * </p>
      *
      * @param dynaClass The {@link ResultSetDynaClass} wrapping the result set 
we will iterate over
diff --git 
a/src/main/java/org/apache/commons/beanutils2/sql/RowSetDynaClass.java 
b/src/main/java/org/apache/commons/beanutils2/sql/RowSetDynaClass.java
index 6a11a6a4..b6e7a789 100644
--- a/src/main/java/org/apache/commons/beanutils2/sql/RowSetDynaClass.java
+++ b/src/main/java/org/apache/commons/beanutils2/sql/RowSetDynaClass.java
@@ -83,7 +83,7 @@ public class RowSetDynaClass extends AbstractJdbcDynaClass {
 
     /**
      * <p>
-     * Construct a new {@link RowSetDynaClass} for the specified {@code 
ResultSet}. The property names corresponding to column names in the result set 
will be
+     * Constructs a new {@link RowSetDynaClass} for the specified {@code 
ResultSet}. The property names corresponding to column names in the result set 
will be
      * lower cased.
      * </p>
      *
@@ -98,7 +98,7 @@ public class RowSetDynaClass extends AbstractJdbcDynaClass {
 
     /**
      * <p>
-     * Construct a new {@link RowSetDynaClass} for the specified {@code 
ResultSet}. The property names corresponding to the column names in the result 
set will
+     * Constructs a new {@link RowSetDynaClass} for the specified {@code 
ResultSet}. The property names corresponding to the column names in the result 
set will
      * be lower cased or not, depending on the specified {@code lowerCase} 
value.
      * </p>
      *
@@ -117,7 +117,7 @@ public class RowSetDynaClass extends AbstractJdbcDynaClass {
 
     /**
      * <p>
-     * Construct a new {@link RowSetDynaClass} for the specified {@code 
ResultSet}. The property names corresponding to the column names in the result 
set will
+     * Constructs a new {@link RowSetDynaClass} for the specified {@code 
ResultSet}. The property names corresponding to the column names in the result 
set will
      * be lower cased or not, depending on the specified {@code lowerCase} 
value.
      * </p>
      *
@@ -141,7 +141,7 @@ public class RowSetDynaClass extends AbstractJdbcDynaClass {
 
     /**
      * <p>
-     * Construct a new {@link RowSetDynaClass} for the specified {@code 
ResultSet}. The property names corresponding to the column names in the result 
set will
+     * Constructs a new {@link RowSetDynaClass} for the specified {@code 
ResultSet}. The property names corresponding to the column names in the result 
set will
      * be lower cased or not, depending on the specified {@code lowerCase} 
value.
      * </p>
      *
@@ -164,7 +164,7 @@ public class RowSetDynaClass extends AbstractJdbcDynaClass {
 
     /**
      * <p>
-     * Construct a new {@link RowSetDynaClass} for the specified {@code 
ResultSet}. The property names corresponding to the column names in the result 
set will
+     * Constructs a new {@link RowSetDynaClass} for the specified {@code 
ResultSet}. The property names corresponding to the column names in the result 
set will
      * be lower cased or not, depending on the specified {@code lowerCase} 
value.
      * </p>
      *
@@ -195,7 +195,7 @@ public class RowSetDynaClass extends AbstractJdbcDynaClass {
 
     /**
      * <p>
-     * Construct a new {@link RowSetDynaClass} for the specified {@code 
ResultSet}. The property names corresponding to column names in the result set 
will be
+     * Constructs a new {@link RowSetDynaClass} for the specified {@code 
ResultSet}. The property names corresponding to column names in the result set 
will be
      * lower cased.
      * </p>
      *

Reply via email to