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 9502f5f03fda7ae284089d139be474d0e0dc7e08 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 31 16:17:58 2025 -0500 The class org.apache.commons.beanutils2.locale.LocaleConvertUtils is now final (it only contains static methods) --- src/changes/changes.xml | 3 ++- .../java/org/apache/commons/beanutils2/locale/LocaleConvertUtils.java | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 02847934..aebf0105 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,7 +31,8 @@ <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc is missing its Overview page.</action> <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">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.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> <!-- 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/LocaleConvertUtils.java b/src/main/java/org/apache/commons/beanutils2/locale/LocaleConvertUtils.java index e52d5817..55a40eb6 100644 --- a/src/main/java/org/apache/commons/beanutils2/locale/LocaleConvertUtils.java +++ b/src/main/java/org/apache/commons/beanutils2/locale/LocaleConvertUtils.java @@ -30,7 +30,7 @@ import java.util.Locale; * can be provided by using a {@code LocaleConvertUtilsBean} instance. * </p> */ -public class LocaleConvertUtils { +public final class LocaleConvertUtils { /** * <p>