Update MiscUtils.java

This commit is contained in:
Konloch 2021-06-28 00:40:24 -07:00
parent e349711502
commit c15103e78e

View file

@ -45,7 +45,7 @@ public class MiscUtils
private static final String AB = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
private static final String AN = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
private static final Random rnd = new Random();
private static HashSet<String> createdRandomizedNames = new HashSet<>();
private static final HashSet<String> createdRandomizedNames = new HashSet<>();
/**
* Returns a random string without numbers