mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
Depreacte DurationFormatUtils 0-argument contructor
This commit is contained in:
parent
21d0b562b7
commit
91f4ed32d2
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user