refactor: remove TODO in RandomStringUtilities since the alphanumeric username is how we identify chomens bot
This commit is contained in:
parent
0bf8ce54f8
commit
0d0c8a2bce
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ public class RandomStringUtilities {
|
|||
|
||||
private static final SecureRandom random = new SecureRandom();
|
||||
|
||||
// TODO: mabe support stuff than alpha-numeric
|
||||
public static String generate (int length) {
|
||||
buf = new char[length];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue