Skip to content

Commit 0ad210b

Browse files
DefaultLauncherIcon: blessed-modifier-order.sh fix
1 parent 960fb20 commit 0ad210b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdk.jpackage/share/classes/jdk/jpackage/internal/model/DefaultLauncherIcon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ public static Optional<DefaultLauncherIcon> fromLauncherIcon(LauncherIcon icon)
5656
public static DefaultLauncherIcon INSTANCE = new Details.Impl();
5757

5858
static final class Details {
59-
private final static class Impl implements DefaultLauncherIcon {}
59+
private static final class Impl implements DefaultLauncherIcon {}
6060
}
6161
}

0 commit comments

Comments
 (0)