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

commit fa836d7b8675e7a36671415211943eae981f22bd
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Aug 20 06:49:57 2025 -0400

    Javadoc
---
 .../java/org/apache/commons/beanutils2/locale/BaseLocaleConverter.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/beanutils2/locale/BaseLocaleConverter.java 
b/src/main/java/org/apache/commons/beanutils2/locale/BaseLocaleConverter.java
index a86ac532..a48bc76c 100644
--- 
a/src/main/java/org/apache/commons/beanutils2/locale/BaseLocaleConverter.java
+++ 
b/src/main/java/org/apache/commons/beanutils2/locale/BaseLocaleConverter.java
@@ -67,7 +67,7 @@ public abstract class BaseLocaleConverter<T> implements 
LocaleConverter<T> {
         /**
          * Returns this instance cast as the exact subclass type.
          *
-         * @return this instance cast as the exact subclass type.
+         * @return {@code this} instance cast as the exact subclass type.
          */
         @SuppressWarnings("unchecked")
         protected B asThis() {

Reply via email to