Skip to content

Commit c833aaf

Browse files
committed
API doc
1 parent 2cabfda commit c833aaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/com/inet/gradle/setup/dmg/Dmg.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ public void setBackgroundColor( Color backgroundColor ) {
402402
/**
403403
* Returns an application identifier set for the DMG builder.
404404
* It is being used as ID in the Info.plist
405+
* @param setup the SetupBuilder instance for a fallback
405406
* @return the application identifier for macOS
406407
*/
407408
public String getApplicationIdentifier( SetupBuilder setup ) {
@@ -415,7 +416,7 @@ public String getApplicationIdentifier( SetupBuilder setup ) {
415416
/**
416417
* Sets an application identifier for the DMG builder.
417418
* It is being used as ID in the Info.plist
418-
* @param the application identifier for macOS
419+
* @param applicationIdentifier the application identifier for macOS
419420
*/
420421
public void setApplicationIdentifier( String applicationIdentifier ) {
421422
this.applicationIdentifier = applicationIdentifier;

0 commit comments

Comments
 (0)