You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/30 16:23:19 UTC

[commons-beanutils] 04/08: Javadoc: 1st sentence "Convert" -> "Converts".

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

commit 3d6477bf92058d6b3c701408096896623191d0c2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 30 11:10:01 2020 -0500

    Javadoc: 1st sentence "Convert" -> "Converts".
---
 .../java/org/apache/commons/beanutils2/BeanUtilsBean.java    |  2 +-
 .../java/org/apache/commons/beanutils2/BeanUtilsBean2.java   |  2 +-
 .../java/org/apache/commons/beanutils2/ConvertUtils.java     |  6 +++---
 .../commons/beanutils2/converters/CharacterConverter.java    |  2 +-
 .../apache/commons/beanutils2/converters/ClassConverter.java |  2 +-
 .../apache/commons/beanutils2/converters/FileConverter.java  |  2 +-
 .../apache/commons/beanutils2/locale/LocaleBeanUtils.java    |  4 ++--
 .../apache/commons/beanutils2/locale/LocaleConvertUtils.java | 12 ++++++------
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/main/java/org/apache/commons/beanutils2/BeanUtilsBean.java b/src/main/java/org/apache/commons/beanutils2/BeanUtilsBean.java
index 8147b1b..7c654d1 100644
--- a/src/main/java/org/apache/commons/beanutils2/BeanUtilsBean.java
+++ b/src/main/java/org/apache/commons/beanutils2/BeanUtilsBean.java
@@ -1045,7 +1045,7 @@ public class BeanUtilsBean {
     }
 
     /**
-     * <p>Convert the value to an object of the specified class (if
+     * <p>Converts the value to an object of the specified class (if
      * possible).</p>
      *
      * @param value Value to be converted (may be null)
diff --git a/src/main/java/org/apache/commons/beanutils2/BeanUtilsBean2.java b/src/main/java/org/apache/commons/beanutils2/BeanUtilsBean2.java
index 0a549c8..a766569 100644
--- a/src/main/java/org/apache/commons/beanutils2/BeanUtilsBean2.java
+++ b/src/main/java/org/apache/commons/beanutils2/BeanUtilsBean2.java
@@ -61,7 +61,7 @@ public class BeanUtilsBean2 extends BeanUtilsBean {
     }
 
     /**
-     * <p>Convert the value to an object of the specified class (if
+     * <p>Converts the value to an object of the specified class (if
      * possible).</p>
      *
      * @param value Value to be converted (may be null)
diff --git a/src/main/java/org/apache/commons/beanutils2/ConvertUtils.java b/src/main/java/org/apache/commons/beanutils2/ConvertUtils.java
index 4d5ee22..07ccede 100644
--- a/src/main/java/org/apache/commons/beanutils2/ConvertUtils.java
+++ b/src/main/java/org/apache/commons/beanutils2/ConvertUtils.java
@@ -39,7 +39,7 @@ public class ConvertUtils {
 
 
     /**
-     * <p>Convert the specified value into a String.</p>
+     * <p>Converts the specified value into a String.</p>
      *
      * <p>For more details see {@code ConvertUtilsBean}.</p>
      *
@@ -54,7 +54,7 @@ public class ConvertUtils {
 
 
     /**
-     * <p>Convert the specified value to an object of the specified class (if
+     * <p>Converts the specified value to an object of the specified class (if
      * possible).  Otherwise, return a String representation of the value.</p>
      *
      * <p>For more details see {@code ConvertUtilsBean}.</p>
@@ -87,7 +87,7 @@ public class ConvertUtils {
     }
 
     /**
-     * <p>Convert the value to an object of the specified class (if
+     * <p>Converts the value to an object of the specified class (if
      * possible).</p>
      *
      * @param value Value to be converted (may be null)
diff --git a/src/main/java/org/apache/commons/beanutils2/converters/CharacterConverter.java b/src/main/java/org/apache/commons/beanutils2/converters/CharacterConverter.java
index 65d6332..e79afb6 100644
--- a/src/main/java/org/apache/commons/beanutils2/converters/CharacterConverter.java
+++ b/src/main/java/org/apache/commons/beanutils2/converters/CharacterConverter.java
@@ -71,7 +71,7 @@ public final class CharacterConverter extends AbstractConverter {
     }
 
     /**
-     * <p>Convert the input object into a java.lang.Character.</p>
+     * <p>Converts the input object into a java.lang.Character.</p>
      *
      * @param <T> Target type of the conversion.
      * @param type Data type to which this value should be converted.
diff --git a/src/main/java/org/apache/commons/beanutils2/converters/ClassConverter.java b/src/main/java/org/apache/commons/beanutils2/converters/ClassConverter.java
index ea53b1c..03e8bc1 100644
--- a/src/main/java/org/apache/commons/beanutils2/converters/ClassConverter.java
+++ b/src/main/java/org/apache/commons/beanutils2/converters/ClassConverter.java
@@ -74,7 +74,7 @@ public final class ClassConverter extends AbstractConverter {
     }
 
     /**
-     * <p>Convert the input object into a java.lang.Class.</p>
+     * <p>Converts the input object into a java.lang.Class.</p>
      *
      * @param <T> Target type of the conversion.
      * @param type Data type to which this value should be converted.
diff --git a/src/main/java/org/apache/commons/beanutils2/converters/FileConverter.java b/src/main/java/org/apache/commons/beanutils2/converters/FileConverter.java
index 84f5a98..4b1d4eb 100644
--- a/src/main/java/org/apache/commons/beanutils2/converters/FileConverter.java
+++ b/src/main/java/org/apache/commons/beanutils2/converters/FileConverter.java
@@ -60,7 +60,7 @@ public final class FileConverter extends AbstractConverter {
     }
 
     /**
-     * <p>Convert the input object into a java.io.File.</p>
+     * <p>Converts the input object into a java.io.File.</p>
      *
      * @param <T> The target type of the conversion.
      * @param type Data type to which this value should be converted.
diff --git a/src/main/java/org/apache/commons/beanutils2/locale/LocaleBeanUtils.java b/src/main/java/org/apache/commons/beanutils2/locale/LocaleBeanUtils.java
index ecfc44d..a84ae06 100644
--- a/src/main/java/org/apache/commons/beanutils2/locale/LocaleBeanUtils.java
+++ b/src/main/java/org/apache/commons/beanutils2/locale/LocaleBeanUtils.java
@@ -556,7 +556,7 @@ public class LocaleBeanUtils extends BeanUtils {
     }
 
     /**
-     * <p>Convert the specified value to the required type using the
+     * <p>Converts the specified value to the required type using the
      * specified conversion pattern.</p>
      *
      * <p>For more details see {@code LocaleBeanUtilsBean}</p>
@@ -574,7 +574,7 @@ public class LocaleBeanUtils extends BeanUtils {
     }
 
     /**
-     * <p>Convert the specified value to the required type.</p>
+     * <p>Converts the specified value to the required type.</p>
      *
      * <p>For more details see {@code LocaleBeanUtilsBean}</p>
      *
diff --git a/src/main/java/org/apache/commons/beanutils2/locale/LocaleConvertUtils.java b/src/main/java/org/apache/commons/beanutils2/locale/LocaleConvertUtils.java
index 1c09157..3f2992e 100644
--- a/src/main/java/org/apache/commons/beanutils2/locale/LocaleConvertUtils.java
+++ b/src/main/java/org/apache/commons/beanutils2/locale/LocaleConvertUtils.java
@@ -89,7 +89,7 @@ public class LocaleConvertUtils {
 
 
     /**
-     * <p>Convert the specified locale-sensitive value into a String.</p>
+     * <p>Converts the specified locale-sensitive value into a String.</p>
      *
      * <p>For more details see {@code LocaleConvertUtilsBean}</p>
      *
@@ -102,7 +102,7 @@ public class LocaleConvertUtils {
     }
 
     /**
-     * <p>Convert the specified locale-sensitive value into a String
+     * <p>Converts the specified locale-sensitive value into a String
      * using the conversion pattern.</p>
      *
      * <p>For more details see {@code LocaleConvertUtilsBean}</p>
@@ -117,7 +117,7 @@ public class LocaleConvertUtils {
     }
 
     /**
-     * <p>Convert the specified locale-sensitive value into a String
+     * <p>Converts the specified locale-sensitive value into a String
      * using the particular conversion pattern.</p>
      *
      * <p>For more details see {@code LocaleConvertUtilsBean}</p>
@@ -134,7 +134,7 @@ public class LocaleConvertUtils {
     }
 
     /**
-     * <p>Convert the specified value to an object of the specified class (if
+     * <p>Converts the specified value to an object of the specified class (if
      * possible).  Otherwise, return a String representation of the value.</p>
      *
      * <p>For more details see {@code LocaleConvertUtilsBean}</p>
@@ -150,7 +150,7 @@ public class LocaleConvertUtils {
     }
 
     /**
-     * <p>Convert the specified value to an object of the specified class (if
+     * <p>Converts the specified value to an object of the specified class (if
      * possible) using the conversion pattern. Otherwise, return a String
      * representation of the value.</p>
      *
@@ -168,7 +168,7 @@ public class LocaleConvertUtils {
     }
 
     /**
-     * <p>Convert the specified value to an object of the specified class (if
+     * <p>Converts the specified value to an object of the specified class (if
      * possible) using the conversion pattern. Otherwise, return a String
      * representation of the value.</p>
      *