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 b137a05d Use Javadoc @link
b137a05d is described below

commit b137a05d8ebc4bfe0d157e9601ad7e69b737e522
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 29 14:52:44 2024 -0400

    Use Javadoc @link
---
 .../org/apache/commons/beanutils2/locale/LocaleConvertUtils.java  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 7865839b..5baeb219 100644
--- a/src/main/java/org/apache/commons/beanutils2/locale/LocaleConvertUtils.java
+++ b/src/main/java/org/apache/commons/beanutils2/locale/LocaleConvertUtils.java
@@ -223,8 +223,8 @@ public static void deregister(final Locale locale) {
     }
 
     /**
-     * <p>Gets the {@code Locale} which will be used when
-     * no {@code Locale} is passed to a method.</p>
+     * <p>Gets the {@link Locale} which will be used when
+     * no {@link Locale} is passed to a method.</p>
      *
      * <p>For more details see {@code LocaleConvertUtilsBean}</p>
      * @return the default locale
@@ -282,8 +282,8 @@ public static void deregister(final Locale locale) {
     }
 
     /**
-     * <p>Sets the {@code Locale} which will be used when
-     * no {@code Locale} is passed to a method.</p>
+     * <p>Sets the {@link Locale} which will be used when
+     * no {@link Locale} is passed to a method.</p>
      *
      * <p>For more details see {@code LocaleConvertUtilsBean}</p>
      *

Reply via email to