Update and rename SyncAll.java to SyncUP.java

This commit is contained in:
Will0376 2020-06-16 14:54:00 +03:00 committed by GitHub
parent 3f4cc1fee4
commit 75fb78a13e
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 SyncAll extends Command {
public SyncAll(LaunchServer server) {
public final class SyncUP extends Command {
public SyncUP(LaunchServer server) {
super(server);
}