Adds missing comments, simplifies proxy distinction, moves updating to own class and fixes formatting
This commit is contained in:
@ -11,7 +11,7 @@ public class DownloadTests {
|
||||
|
||||
@Test
|
||||
public void downloadJarsTest() throws IOException {
|
||||
String targetDirectory = Main.getApplicationWorkDirectory() + File.separator + "files" + File.separator + "testjars" + File.separator;
|
||||
String targetDirectory = Main.getApplicationWorkDirectory() + File.separator + "files" + File.separator + "testjars" + File.separator;
|
||||
JarDownloader downloader = new JarDownloader(new FakeGUI(), targetDirectory);
|
||||
downloader.downloadJars();
|
||||
}
|
||||
|
Reference in New Issue
Block a user