[fix] Specify command type
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
0c1cfe3946
commit
c500c3c046
@ -18,7 +18,7 @@ import net.bigeon.gclc.manager.ConsoleOutput;
|
||||
@Deprecated
|
||||
public final class RemoteDisconnectCommand<T> extends Command {
|
||||
|
||||
private final net.bigeon.gclc.socket.cmd.RemoteDisconnectCommand real;
|
||||
private final net.bigeon.gclc.socket.cmd.RemoteDisconnectCommand<T> real;
|
||||
|
||||
/** Create the disconnection command.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user