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 3737 <action type =" fix" dev =" ggregory" due-to =" Gary Gregory" >Deprecate ConstructorUtils.ConstructorUtils().</action >
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 >
40+ <action type =" fix" dev =" ggregory" due-to =" Gary Gregory" >Deprecate ConvertUtils.ConvertUtils().</action >
4041 <!-- ADD -->
4142 <!-- UPDATE -->
4243 <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 @@ -372,4 +372,14 @@ public static void setDefaultLong(final long newDefaultLong) {
372372 public static void setDefaultShort (final short newDefaultShort ) {
373373 ConvertUtilsBean .getInstance ().setDefaultShort (newDefaultShort );
374374 }
375+
376+ /**
377+ * Deprecated, all methods are static.
378+ *
379+ * @deprecated Will be private in 2.0.
380+ */
381+ @ Deprecated
382+ public ConvertUtils () {
383+ // empty
384+ }
375385}
You can’t perform that action at this time.
0 commit comments