File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/com/inet/gradle/setup/dmg Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments