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 960fb20 commit 0ad210bCopy full SHA for 0ad210b
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