Skip to content

Commit b166b40

Browse files
Add javadoc
1 parent f9e3dd3 commit b166b40

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/model/MacApplication.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ default Path appImageDirName() {
5656
}
5757
}
5858

59+
/**
60+
* Returns {@code true} if the application image of this application should be
61+
* signed.
62+
*
63+
* @return {@code true} if the application image of this application should be
64+
* signed
65+
*/
5966
default boolean sign() {
6067
return signingConfig().isPresent();
6168
}

0 commit comments

Comments
 (0)