Skip to content

Commit 6a39ea9

Browse files
Minor
1 parent 1fd8040 commit 6a39ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdk.jpackage/share/classes/jdk/jpackage/internal/BuildEnvBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ BuildEnvBuilder appImageDirForPackage() {
8787
return this;
8888
}
8989

90-
static Path defaultAppImageDir(Path root) {
90+
private static Path defaultAppImageDir(Path root) {
9191
return root.resolve("image");
9292
}
9393

0 commit comments

Comments
 (0)