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 052a53f9 Fix Javadoc
new 30f6e564 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-beanutils.git
052a53f9 is described below
commit 052a53f95fc769ab00fd0156ab16a1a3d8947992
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 24 13:56:31 2024 -0500
Fix Javadoc
---
src/main/java/org/apache/commons/beanutils2/ConvertUtilsBean.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/beanutils2/ConvertUtilsBean.java
b/src/main/java/org/apache/commons/beanutils2/ConvertUtilsBean.java
index 4cc322bf..fbb5f670 100644
--- a/src/main/java/org/apache/commons/beanutils2/ConvertUtilsBean.java
+++ b/src/main/java/org/apache/commons/beanutils2/ConvertUtilsBean.java
@@ -524,11 +524,11 @@ public class ConvertUtilsBean {
* Register array converters.
*
* @param throwException {@code true} if the converters should
- * throw an exception when a conversion error occurs, otherwise <code>
+ * throw an exception when a conversion error occurs, otherwise
* {@code false} if a default value should be used.
* @param defaultArraySize The size of the default array value for array
converters
* (N.B. This values is ignored if {@code throwException</code> is
<code>true}).
- * Specifying a value less than zero causes a <code>null<code> value to be
used for
+ * Specifying a value less than zero causes a {@code null} value to be
used for
* the default.
*/
private void registerArrays(final boolean throwException, final int
defaultArraySize) {