Delete unused constants (#3816)
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user