mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-21 06:34:21 +01:00
Implement JsonRpc command for commands without output
This commit is contained in:
@@ -17,7 +17,7 @@ import java.io.IOException;
|
||||
import java.net.URI;
|
||||
import java.net.URISyntaxException;
|
||||
|
||||
public class AddDeviceCommand implements LocalCommand {
|
||||
public class AddDeviceCommand implements JsonRpcLocalCommand {
|
||||
|
||||
private final static Logger logger = LoggerFactory.getLogger(AddDeviceCommand.class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user