[CLEANUP] Formatted code

This commit is contained in:
Jeroen Ketelaar
2020-10-01 22:30:45 +02:00
committed by Dark98
parent b939a70482
commit e040259e5e
108 changed files with 1262 additions and 1017 deletions
@@ -17,8 +17,8 @@ import java.net.MalformedURLException;
@Deprecated
public class LocalServerExecuter extends ServerExecuter {
private final ServerProvider serverProvider;
private ClassPath classPath;
private String serverName;
private final ClassPath classPath;
private final String serverName;
public LocalServerExecuter(ServerProvider serverProvider,
ClassPath classPath, final String serverName) {