mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-04 15:31:53 +03:00
Update and rename SyncUP.java to SyncUPCommand.java
This commit is contained in:
parent
a602b28ace
commit
c19667a39a
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in a new issue