Skip to content

Commit db9fa89

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
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>
3434
<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>
3535
<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>
36+
<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>
3637
<!-- ADD -->
3738
<!-- UPDATE -->
3839
<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/LocaleBeanUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* The implementations for these methods are provided by {@code LocaleBeanUtilsBean}. For more details see {@link LocaleBeanUtilsBean}.
3232
* </p>
3333
*/
34-
public class LocaleBeanUtils extends BeanUtils {
34+
public final class LocaleBeanUtils extends BeanUtils {
3535

3636
/**
3737
* <p>

0 commit comments

Comments
 (0)