We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b943e83 commit 15ef5d5Copy full SHA for 15ef5d5
src/jdk.jpackage/share/classes/jdk/jpackage/internal/model/DefaultLauncherIcon.java
@@ -56,6 +56,6 @@ public static Optional<DefaultLauncherIcon> fromLauncherIcon(LauncherIcon icon)
56
public static DefaultLauncherIcon INSTANCE = new Details.Impl();
57
58
static final class Details {
59
- private final static class Impl implements DefaultLauncherIcon {}
+ private static final class Impl implements DefaultLauncherIcon {}
60
}
61
0 commit comments