Depreacte RandomUtils 0-argument contructor
This commit is contained in:
parent
61a0ac0085
commit
e56f42ef88
|
@ -234,7 +234,11 @@ public class RandomUtils {
|
|||
* This constructor is public to permit tools that require a JavaBean
|
||||
* instance to operate.
|
||||
* </p>
|
||||
*
|
||||
* @deprecated TODO Make private in 4.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public RandomUtils() {
|
||||
// empty
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue