Skip to content

Commit 9502f5f

Browse files
committed
The class org.apache.commons.beanutils2.locale.LocaleConvertUtils is now
final (it only contains static methods)
1 parent 7bfa5d4 commit 9502f5f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
<!-- FIX -->
3232
<action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc is missing its Overview page.</action>
3333
<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>
34-
<action type="fix" dev="ggregory" due-to="Gary Gregory">org.apache.commons.beanutils2.PropertyUtils is now final (it only contains static methods).</action>
34+
<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>
35+
<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>
3536
<!-- ADD -->
3637
<!-- UPDATE -->
3738
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 81.</action>

src/main/java/org/apache/commons/beanutils2/locale/LocaleConvertUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* can be provided by using a {@code LocaleConvertUtilsBean} instance.
3131
* </p>
3232
*/
33-
public class LocaleConvertUtils {
33+
public final class LocaleConvertUtils {
3434

3535
/**
3636
* <p>

0 commit comments

Comments
 (0)