File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
main/java/org/apache/commons/beanutils Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 3838 <action type =" fix" dev =" ggregory" due-to =" Gary Gregory" >Deprecate LocaleBeanUtils.LocaleBeanUtils().</action >
3939 <action type =" fix" dev =" ggregory" due-to =" Gary Gregory" >Deprecate LocaleConvertUtils.LocaleConvertUtils().</action >
4040 <action type =" fix" dev =" ggregory" due-to =" Gary Gregory" >Deprecate ConvertUtils.ConvertUtils().</action >
41+ <action type =" fix" dev =" ggregory" due-to =" Gary Gregory" >Deprecate MethodUtils.MethodUtils().</action >
4142 <!-- ADD -->
4243 <!-- UPDATE -->
4344 <action dev =" ggregory" type =" update" due-to =" Gary Gregory" >Bump org.apache.commons:commons-parent from 78 to 81.</action >
Original file line number Diff line number Diff line change @@ -1333,4 +1333,14 @@ public static Class<?> toNonPrimitiveClass(final Class<?> clazz) {
13331333 }
13341334 return clazz ;
13351335 }
1336+
1337+ /**
1338+ * Deprecated, all methods are static.
1339+ *
1340+ * @deprecated Will be private in 2.0.
1341+ */
1342+ @ Deprecated
1343+ public MethodUtils () {
1344+ // empty
1345+ }
13361346}
You can’t perform that action at this time.
0 commit comments