Delete unused constants (#3816)

This commit is contained in:
Glavo 2025-04-12 12:05:24 +08:00 committed by GitHub
parent b8e6d6fc96
commit 6c986921d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -894,9 +894,6 @@ public final class LauncherHelper {
} }
private static final String ORACLEJDK_DOWNLOAD_LINK = "https://www.java.com/download/";
private static final String OPENJDK_DOWNLOAD_LINK = "https://learn.microsoft.com/java/openjdk/download";
public static final Queue<ManagedProcess> PROCESSES = new ConcurrentLinkedQueue<>(); public static final Queue<ManagedProcess> PROCESSES = new ConcurrentLinkedQueue<>();
public static void stopManagedProcesses() { public static void stopManagedProcesses() {