Remove some comments.

This commit is contained in:
zaxar163 2019-01-06 16:52:12 +04:00
parent 1fa95318db
commit 102f8266fb
No known key found for this signature in database
GPG key ID: CEE900027AE098E0

View file

@ -15,7 +15,6 @@
import ru.gravit.utils.helper.LogHelper; import ru.gravit.utils.helper.LogHelper;
public final class JARLauncherBinary extends LauncherBinary { public final class JARLauncherBinary extends LauncherBinary {
//public ClassMetadataReader reader;
public ArrayList<LauncherBuildTask> tasks; public ArrayList<LauncherBuildTask> tasks;
public JARLauncherBinary(LaunchServer server) throws IOException { public JARLauncherBinary(LaunchServer server) throws IOException {
super(server); super(server);
@ -29,7 +28,6 @@ public JARLauncherBinary(LaunchServer server) throws IOException {
@Override @Override
public void build() throws IOException { public void build() throws IOException {
// Build launcher binary
LogHelper.info("Building launcher binary file"); LogHelper.info("Building launcher binary file");
Path thisPath = null; Path thisPath = null;
boolean isNeedDelete = false; boolean isNeedDelete = false;