Skip to content

Commit 2771d34

Browse files
committed
Cleanup
1 parent 6990afd commit 2771d34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import java.nio.file.attribute.FileAttribute;
2727
import java.util.ArrayList;
2828
import java.util.Arrays;
29-
import java.util.Collections;
3029
import java.util.HashMap;
3130
import java.util.List;
3231
import java.util.Map;
@@ -47,7 +46,6 @@
4746
import com.inet.gradle.setup.image.ImageFactory;
4847
import com.inet.gradle.setup.util.TempPath;
4948
import com.inet.gradle.setup.util.XmlFileBuilder;
50-
import com.oracle.appbundler.PlistEntry;
5149

5250
/**
5351
* Build a DMG image for OSX.
@@ -109,7 +107,7 @@ public void build() throws RuntimeException {
109107

110108
imageSourceRoot = buildDir.toString(); // + "/" + setup.getApplication() + ".app";
111109

112-
// Just in case. If it still has not been set, we do not know what the user itends.
110+
// Just in case. If it still has not been set, we do not know what the user intends.
113111
if ( firstExecutableName == null ) {
114112
firstExecutableName = setup.getApplication();
115113
}

0 commit comments

Comments
 (0)