Adds missing comments, simplifies proxy distinction, moves updating to own class and fixes formatting
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package net.knarcraft.minecraftserverlauncher.utility;
|
||||
|
||||
import net.knarcraft.minecraftserverlauncher.server.servertypes.ServerType;
|
||||
import net.knarcraft.minecraftserverlauncher.server.ServerTypeHandler;
|
||||
import net.knarcraft.minecraftserverlauncher.server.servertypes.ServerType;
|
||||
import net.knarcraft.minecraftserverlauncher.userinterface.GUI;
|
||||
|
||||
import javax.naming.ConfigurationException;
|
||||
@ -12,7 +12,7 @@ import java.io.IOException;
|
||||
/**
|
||||
* This class handles all downloading of .jar files
|
||||
*/
|
||||
public class JarDownloader {
|
||||
public final class JarDownloader {
|
||||
|
||||
private final String jarDirectory;
|
||||
private GUI gui;
|
||||
|
Reference in New Issue
Block a user