Depreacte DurationFormatUtils 0-argument contructor
This commit is contained in:
parent
21d0b562b7
commit
91f4ed32d2
|
@ -763,8 +763,12 @@ public class DurationFormatUtils {
|
|||
*
|
||||
* <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…
Reference in New Issue