Update and rename SyncUP.java to SyncUPCommand.java

This commit is contained in:
Will0376 2020-06-16 19:23:59 +03:00 committed by GitHub
parent a602b28ace
commit c19667a39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@
import java.io.IOException;
public final class SyncUP extends Command {
public SyncUP(LaunchServer server) {
public final class SyncUPCommand extends Command {
public SyncUPCommand(LaunchServer server) {
super(server);
}