Skip to content

Commit 7500714

Browse files
author
Jaroslav Tulach
committed
Removing unnecessary imports
1 parent 02b8d54 commit 7500714

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,12 @@
3131
import java.io.OutputStream;
3232
import java.math.BigInteger;
3333
import java.net.HttpURLConnection;
34-
import java.net.InetSocketAddress;
35-
import java.net.Proxy;
36-
import java.net.URI;
37-
import java.net.URISyntaxException;
3834
import java.net.URL;
3935
import java.net.URLConnection;
4036
import java.security.MessageDigest;
4137
import java.security.NoSuchAlgorithmException;
4238
import java.util.ArrayList;
4339
import java.util.List;
44-
import java.util.concurrent.CountDownLatch;
45-
import java.util.concurrent.ExecutorService;
46-
import java.util.concurrent.Executors;
47-
import java.util.concurrent.TimeUnit;
4840
import org.apache.tools.ant.BuildException;
4941
import org.apache.tools.ant.DirectoryScanner;
5042
import org.apache.tools.ant.Project;

0 commit comments

Comments
 (0)