Depreacte DurationFormatUtils 0-argument contructor

This commit is contained in:
Gary Gregory 2024-01-25 09:37:06 -05:00
parent 21d0b562b7
commit 91f4ed32d2

View File

@ -763,8 +763,12 @@ private static String paddedValue(final long value, final boolean padWithZeros,
*
* <p>This constructor is public to permit tools that require a JavaBean instance
* to operate.</p>
*
* @deprecated TODO Make private in 4.0.
*/
@Deprecated
public DurationFormatUtils() {
// empty
}
}