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 db9fa89fdc11612e73b3f12c78a074dbaf363b9f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jan 31 16:18:48 2025 -0500

    The class org.apache.commons.beanutils2.locale.LocaleBeanUtils is now
    final (it only contains static methods)
---
 src/changes/changes.xml                                                 | 1 +
 src/main/java/org/apache/commons/beanutils2/locale/LocaleBeanUtils.java | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aebf0105..50d6f61e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,7 @@
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Remove -nouses 
directive from maven-bundle-plugin. OSGi package imports now state 'uses' 
definitions for package imports, this doesn't affect JPMS (from 
org.apache.commons:commons-parent:80).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">The class 
org.apache.commons.beanutils2.PropertyUtils is now final (it only contains 
static methods).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">The class 
org.apache.commons.beanutils2.locale.LocaleConvertUtils is now final (it only 
contains static methods).</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">The class 
org.apache.commons.beanutils2.locale.LocaleBeanUtils is now final (it only 
contains static methods).</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 78 to 81.</action>
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 87395891..f0a33832 100644
--- a/src/main/java/org/apache/commons/beanutils2/locale/LocaleBeanUtils.java
+++ b/src/main/java/org/apache/commons/beanutils2/locale/LocaleBeanUtils.java
@@ -31,7 +31,7 @@ import org.apache.commons.beanutils2.BeanUtils;
  * The implementations for these methods are provided by {@code 
LocaleBeanUtilsBean}. For more details see {@link LocaleBeanUtilsBean}.
  * </p>
  */
-public class LocaleBeanUtils extends BeanUtils {
+public final class LocaleBeanUtils extends BeanUtils {
 
     /**
      * <p>

Reply via email to