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