From c15103e78eb66e17829fed3e54738ac89d628c37 Mon Sep 17 00:00:00 2001 From: Konloch Date: Mon, 28 Jun 2021 00:40:24 -0700 Subject: [PATCH] Update MiscUtils.java --- .../java/the/bytecode/club/bytecodeviewer/util/MiscUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/util/MiscUtils.java b/src/main/java/the/bytecode/club/bytecodeviewer/util/MiscUtils.java index 8ae10d89..9a89a312 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/util/MiscUtils.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/util/MiscUtils.java @@ -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 createdRandomizedNames = new HashSet<>(); + private static final HashSet createdRandomizedNames = new HashSet<>(); /** * Returns a random string without numbers