Depreacte DurationUtils 0-argument contructor
This commit is contained in:
parent
91f4ed32d2
commit
a6cbd6596c
|
@ -219,4 +219,13 @@ public class DurationUtils {
|
||||||
return ObjectUtils.defaultIfNull(duration, Duration.ZERO);
|
return ObjectUtils.defaultIfNull(duration, Duration.ZERO);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Make private in 4.0.
|
||||||
|
*
|
||||||
|
* @deprecated TODO Make private in 4.0.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
public DurationUtils() {
|
||||||
|
// empty
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue