mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-11 18:57:30 +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;
|
import java.io.IOException;
|
||||||
|
|
||||||
public final class SyncUP extends Command {
|
public final class SyncUPCommand extends Command {
|
||||||
public SyncUP(LaunchServer server) {
|
public SyncUPCommand(LaunchServer server) {
|
||||||
super(server);
|
super(server);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue