Depreacte RandomUtils 0-argument contructor

This commit is contained in:
Gary Gregory 2024-01-25 09:21:16 -05:00
parent 61a0ac0085
commit e56f42ef88
1 changed files with 4 additions and 0 deletions

View File

@ -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
}
}