LANG-1346: Remove deprecation from RandomStringUtils

fix checkstyle violation
This commit is contained in:
pascalschumacher 2017-07-28 18:26:35 +02:00
parent f2d8493ac4
commit daeed97201
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import java.util.Random;
* 56320 (dc00) to 57343 (dfff) then it is placed after a randomly
* chosen high surrogate.</p>
* <p>RandomStringUtils is intended for simple use cases. For more advanced
* use cases consider using commons-text
* use cases consider using commons-text
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/RandomStringGenerator.html">
* RandomStringGenerator</a> instead.</p>
*