refactor: remove TODO in RandomStringUtilities since the alphanumeric username is how we identify chomens bot

This commit is contained in:
Chayapak 2025-03-19 17:07:44 +07:00
parent 0bf8ce54f8
commit 0d0c8a2bce
Signed by: ChomeNS
SSH key fingerprint: SHA256:0YoxhdyXsgbc0nfeB2N6FYE60mxMU7DS4uCUMaw2mvA

View file

@ -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];