8155939: sun.launcher.LauncherHelper INSTANCE is unused
Reviewed-by: rriggs, ksrini
This commit is contained in:
parent
6191c997a3
commit
ab72d795f4
@ -84,8 +84,10 @@ import java.util.jar.Manifest;
|
|||||||
import jdk.internal.misc.VM;
|
import jdk.internal.misc.VM;
|
||||||
|
|
||||||
|
|
||||||
public enum LauncherHelper {
|
public final class LauncherHelper {
|
||||||
INSTANCE;
|
|
||||||
|
// No instantiation
|
||||||
|
private LauncherHelper() {}
|
||||||
|
|
||||||
// used to identify JavaFX applications
|
// used to identify JavaFX applications
|
||||||
private static final String JAVAFX_APPLICATION_MARKER =
|
private static final String JAVAFX_APPLICATION_MARKER =
|
||||||
|
Loading…
Reference in New Issue
Block a user